#387EAA

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

Shades of Curious Blue #387EAA

Tints of Curious Blue #387EAA

Color information

#387EAA (or 0x387EAA) is unknown color: approx Curious Blue. HEX triplet: 38, 7E and AA. RGB value is (56,126,170). Sum of RGB (Red+Green+Blue) = 56+126+170=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #387EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EAA is #C78155. Grayscale: #6D6D6D. Windows color (decimal): -13074774 or 11173432. OLE color: 11173432.

HSL color Cylindrical-coordinate representation of color #387EAA: hue angle of 203.16º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387EAA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56126170-
CMYK0.670.2600.33
HSL203.16º50.44%44.31%-
HSV(B)203.16º67.06%66.67%-
XYZ16.3518.6640.77-
YUV110.09161.8189.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=15.91%
G=35.80%
B=48.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561261700.670.2600.33203.1650.4444.31
Hex387EAA431A021cb322c
Octal70176252103320413136254
Binary111000111111010101010100001111010010000111001011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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