#3870C0

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

Shades of Curious Blue #3870C0

Tints of Curious Blue #3870C0

Color information

#3870C0 (or 0x3870C0) is unknown color: approx Curious Blue. HEX triplet: 38, 70 and C0. RGB value is (56,112,192). Sum of RGB (Red+Green+Blue) = 56+112+192=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #3870C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870C0 is #C78F3F. Grayscale: #686868. Windows color (decimal): -13078336 or 12611640. OLE color: 12611640.

HSL color Cylindrical-coordinate representation of color #3870C0: hue angle of 215.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3870C0 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56112192-
CMYK0.710.4200.25
HSL215.29º54.84%48.63%-
HSV(B)215.29º70.83%75.29%-
XYZ16.9416.2352.11-
YUV104.38177.4593.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 192 (75.39% from 255) = 53.33%
R=15.56%
G=31.11%
B=53.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561121920.710.4200.25215.2954.8448.63
Hex3870C0472A019d73731
Octal70160300107520313276761
Binary111000111000011000000100011110101001100111010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3870C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3870C0; }

 p { color: rgb(56,112,192); }

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

<style>
 a { background-color: #3870C0; }

 a { background-color: rgb(56,112,192); }

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

<style>
 span { border-color: #3870C0; }

 span { border-color: rgb(56,112,192); }

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