#3961B9

Color #3961B9 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3961B9

Tints of Cerulean Blue #3961B9

Color information

#3961B9 (or 0x3961B9) is unknown color: approx Cerulean Blue. HEX triplet: 39, 61 and B9. RGB value is (57,97,185). Sum of RGB (Red+Green+Blue) = 57+97+185=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #3961B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3961B9 is #C69E46. Grayscale: #5E5E5E. Windows color (decimal): -13016647 or 12149049. OLE color: 12149049.

HSL color Cylindrical-coordinate representation of color #3961B9: hue angle of 221.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3961B9 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5797185-
CMYK0.690.4800.27
HSL221.25º52.89%47.45%-
HSV(B)221.25º69.19%72.55%-
XYZ14.7212.9247.62-
YUV95.07178.75100.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 185 (72.66% from 255) = 54.57%
R=16.81%
G=28.61%
B=54.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57971850.690.4800.27221.2552.8947.45
Hex3961B9453001Bdd352f
Octal71141271105600333356557
Binary111001110000110111001100010111000001101111011101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3961B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3961B9; }

 p { color: rgb(57,97,185); }

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

<style>
 a { background-color: #3961B9; }

 a { background-color: rgb(57,97,185); }

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

<style>
 span { border-color: #3961B9; }

 span { border-color: rgb(57,97,185); }

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