#388CC7

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

Shades of Curious Blue #388CC7

Tints of Curious Blue #388CC7

Color information

#388CC7 (or 0x388CC7) is unknown color: approx Curious Blue. HEX triplet: 38, 8C and C7. RGB value is (56,140,199). Sum of RGB (Red+Green+Blue) = 56+140+199=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #388CC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CC7 is #C77338. Grayscale: #797979. Windows color (decimal): -13071161 or 13077560. OLE color: 13077560.

HSL color Cylindrical-coordinate representation of color #388CC7: hue angle of 204.76º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388CC7 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56140199-
CMYK0.720.3000.22
HSL204.76º56.08%50%-
HSV(B)204.76º71.86%78.04%-
XYZ21.3223.7257.49-
YUV121.61171.6781.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 199 (78.12% from 255) = 50.38%
R=14.18%
G=35.44%
B=50.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561401990.720.3000.22204.7656.0850
Hex388CC7481E016cd3832
Octal70214307110360263157062
Binary111000100011001100011110010001111001011011001101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,199); }

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

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

 a { background-color: rgb(56,140,199); }

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

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

 span { border-color: rgb(56,140,199); }

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