#387EC8

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

Shades of Curious Blue #387EC8

Tints of Curious Blue #387EC8

Color information

#387EC8 (or 0x387EC8) is unknown color: approx Curious Blue. HEX triplet: 38, 7E and C8. RGB value is (56,126,200). Sum of RGB (Red+Green+Blue) = 56+126+200=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #387EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EC8 is #C78137. Grayscale: #717171. Windows color (decimal): -13074744 or 13139512. OLE color: 13139512.

HSL color Cylindrical-coordinate representation of color #387EC8: hue angle of 210.83º degrees, saturation: 0.57, 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 #387EC8 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56126200-
CMYK0.720.3700.22
HSL210.83º56.69%50.2%-
HSV(B)210.83º72%78.43%-
XYZ19.5219.9357.46-
YUV113.51176.8186.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.66%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 200 (78.52% from 255) = 52.36%
R=14.66%
G=32.98%
B=52.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561262000.720.3700.22210.8356.6950.2
Hex387EC84825016d33932
Octal70176310110450263237162
Binary111000111111011001000100100010010101011011010011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387EC8; }

 p { color: rgb(56,126,200); }

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

<style>
 a { background-color: #387EC8; }

 a { background-color: rgb(56,126,200); }

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

<style>
 span { border-color: #387EC8; }

 span { border-color: rgb(56,126,200); }

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