#388EB5

Color #388EB5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #388EB5

Tints of Curious Blue #388EB5

Color information

#388EB5 (or 0x388EB5) is unknown color: approx Curious Blue. HEX triplet: 38, 8E and B5. RGB value is (56,142,181). Sum of RGB (Red+Green+Blue) = 56+142+181=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #388EB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388EB5 is #C7714A. Grayscale: #787878. Windows color (decimal): -13070667 or 11898424. OLE color: 11898424.

HSL color Cylindrical-coordinate representation of color #388EB5: hue angle of 198.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388EB5 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56142181-
CMYK0.690.2200.29
HSL198.72º52.74%46.47%-
HSV(B)198.72º69.06%70.98%-
XYZ19.6423.5247.22-
YUV120.73162.0181.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 181 (71.09% from 255) = 47.76%
R=14.78%
G=37.47%
B=47.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561421810.690.2200.29198.7252.7446.47
Hex388EB5451601Dc7352e
Octal70216265105260353076556
Binary111000100011101011010110001011011001110111000111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388EB5; }

 p { color: rgb(56,142,181); }

 H1.HeaderClassName
 {
   color: #388EB5;
 }
 .AnyTagClassName
 {
   color: #388EB5;
 }
</style>
background-color css

<style>
 a { background-color: #388EB5; }

 a { background-color: rgb(56,142,181); }

 div.DivClassName
 {
   background-color: #388EB5;
 }
 .BgClassName
 {
   background-color: #388EB5;
 }
</style>
border-color css

<style>
 span { border-color: #388EB5; }

 span { border-color: rgb(56,142,181); }

 td.TdClassName
 {
   border-color: #388EB5;
 }
 .TagClassName
 {
   border-color: #388EB5;
 }
</style>