#388BB8

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

Shades of Curious Blue #388BB8

Tints of Curious Blue #388BB8

Color information

#388BB8 (or 0x388BB8) is unknown color: approx Curious Blue. HEX triplet: 38, 8B and B8. RGB value is (56,139,184). Sum of RGB (Red+Green+Blue) = 56+139+184=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #388BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BB8 is #C77447. Grayscale: #777777. Windows color (decimal): -13071432 or 12094264. OLE color: 12094264.

HSL color Cylindrical-coordinate representation of color #388BB8: hue angle of 201.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388BB8 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56139184-
CMYK0.700.2400.28
HSL201.09º53.33%47.06%-
HSV(B)201.09º69.57%72.16%-
XYZ19.5222.7748.71-
YUV119.31164.582.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 184 (72.27% from 255) = 48.55%
R=14.78%
G=36.68%
B=48.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561391840.700.2400.28201.0953.3347.06
Hex388BB8461801Cc9352f
Octal70213270106300343116557
Binary111000100010111011100010001101100001110011001001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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