#3970BD

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

Shades of Curious Blue #3970BD

Tints of Curious Blue #3970BD

Color information

#3970BD (or 0x3970BD) is unknown color: approx Curious Blue. HEX triplet: 39, 70 and BD. RGB value is (57,112,189). Sum of RGB (Red+Green+Blue) = 57+112+189=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #3970BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970BD is #C68F42. Grayscale: #676767. Windows color (decimal): -13012803 or 12415033. OLE color: 12415033.

HSL color Cylindrical-coordinate representation of color #3970BD: hue angle of 215º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3970BD is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB57112189-
CMYK0.700.4100.26
HSL215º53.66%48.24%-
HSV(B)215º69.84%74.12%-
XYZ16.6716.1350.38-
YUV104.33175.7894.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=15.92%
G=31.28%
B=52.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571121890.700.4100.2621553.6648.24
Hex3970BD462901Ad73630
Octal71160275106510323276660
Binary111001111000010111101100011010100101101011010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3970BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3970BD; }

 p { color: rgb(57,112,189); }

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

<style>
 a { background-color: #3970BD; }

 a { background-color: rgb(57,112,189); }

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

<style>
 span { border-color: #3970BD; }

 span { border-color: rgb(57,112,189); }

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