#388bb6

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

Shades of Curious Blue #388BB6

Tints of Curious Blue #388BB6

Color information

#388BB6 (or 0x388BB6) is unknown color: approx Curious Blue. HEX triplet: 38, 8B and B6. RGB value is (56,139,182). Sum of RGB (Red+Green+Blue) = 56+139+182=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #388BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BB6 is #C77449. Grayscale: #767676. Windows color (decimal): -13071434 or 11963192. OLE color: 11963192.

HSL color Cylindrical-coordinate representation of color #388BB6: hue angle of 200.48º 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 #388BB6 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56139182-
CMYK0.690.2400.29
HSL200.48º52.94%46.67%-
HSV(B)200.48º69.23%71.37%-
XYZ19.3122.6847.62-
YUV119.08163.583-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=14.85%
G=36.87%
B=48.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561391820.690.2400.29200.4852.9446.67
Hex388BB6451801Dc8352f
Octal70213266105300353106557
Binary111000100010111011011010001011100001110111001000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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