#3870BF

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

Shades of Curious Blue #3870BF

Tints of Curious Blue #3870BF

Color information

#3870BF (or 0x3870BF) is unknown color: approx Curious Blue. HEX triplet: 38, 70 and BF. RGB value is (56,112,191). Sum of RGB (Red+Green+Blue) = 56+112+191=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #3870BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870BF is #C78F40. Grayscale: #676767. Windows color (decimal): -13078337 or 12546104. OLE color: 12546104.

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

Color convert

RGB56112191-
CMYK0.710.4100.25
HSL215.11º54.66%48.43%-
HSV(B)215.11º70.68%74.9%-
XYZ16.8316.1951.53-
YUV104.26176.9593.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 191 (75% from 255) = 53.20%
R=15.60%
G=31.20%
B=53.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561121910.710.4100.25215.1154.6648.43
Hex3870BF4729019d73730
Octal70160277107510313276760
Binary111000111000010111111100011110100101100111010111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3870BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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