#387EAF

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

Shades of Curious Blue #387EAF

Tints of Curious Blue #387EAF

Color information

#387EAF (or 0x387EAF) is unknown color: approx Curious Blue. HEX triplet: 38, 7E and AF. RGB value is (56,126,175). Sum of RGB (Red+Green+Blue) = 56+126+175=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #387EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EAF is #C78150. Grayscale: #6E6E6E. Windows color (decimal): -13074769 or 11501112. OLE color: 11501112.

HSL color Cylindrical-coordinate representation of color #387EAF: hue angle of 204.71º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387EAF is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56126175-
CMYK0.680.2800.31
HSL204.71º51.52%45.29%-
HSV(B)204.71º68%68.63%-
XYZ16.8318.8643.31-
YUV110.66164.3189.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=15.69%
G=35.29%
B=49.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561261750.680.2800.31204.7151.5245.29
Hex387EAF441C01Fcd342d
Octal70176257104340373156455
Binary11100011111101010111110001001110001111111001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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