#388FB6

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

Shades of Curious Blue #388FB6

Tints of Curious Blue #388FB6

Color information

#388FB6 (or 0x388FB6) is unknown color: approx Curious Blue. HEX triplet: 38, 8F and B6. RGB value is (56,143,182). Sum of RGB (Red+Green+Blue) = 56+143+182=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #388FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FB6 is #C77049. Grayscale: #797979. Windows color (decimal): -13070410 or 11964216. OLE color: 11964216.

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

Color convert

RGB56143182-
CMYK0.690.2100.29
HSL198.57º52.94%46.67%-
HSV(B)198.57º69.23%71.37%-
XYZ19.923.8647.81-
YUV121.43162.1881.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.70%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 182 (71.48% from 255) = 47.77%
R=14.70%
G=37.53%
B=47.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561431820.690.2100.29198.5752.9446.67
Hex388FB6451501Dc7352f
Octal70217266105250353076557
Binary111000100011111011011010001011010101110111000111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,143,182); }

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

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

 a { background-color: rgb(56,143,182); }

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

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

 span { border-color: rgb(56,143,182); }

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