#387AC9

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

Shades of Curious Blue #387AC9

Tints of Curious Blue #387AC9

Color information

#387AC9 (or 0x387AC9) is unknown color: approx Curious Blue. HEX triplet: 38, 7A and C9. RGB value is (56,122,201). Sum of RGB (Red+Green+Blue) = 56+122+201=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #387AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AC9 is #C78536. Grayscale: #6E6E6E. Windows color (decimal): -13075767 or 13204024. OLE color: 13204024.

HSL color Cylindrical-coordinate representation of color #387AC9: hue angle of 212.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387AC9 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB56122201-
CMYK0.720.3900.21
HSL212.69º57.31%50.39%-
HSV(B)212.69º72.14%78.82%-
XYZ19.1318.9857.91-
YUV111.27178.6388.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 201 (78.91% from 255) = 53.03%
R=14.78%
G=32.19%
B=53.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal561222010.720.3900.21212.6957.3150.39
Hex387AC94827015d53932
Octal70172311110470253257162
Binary111000111101011001001100100010011101010111010101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,122,201); }

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

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

 a { background-color: rgb(56,122,201); }

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

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

 span { border-color: rgb(56,122,201); }

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