#3950AF

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

Shades of Cerulean Blue #3950AF

Tints of Cerulean Blue #3950AF

Color information

#3950AF (or 0x3950AF) is unknown color: approx Cerulean Blue. HEX triplet: 39, 50 and AF. RGB value is (57,80,175). Sum of RGB (Red+Green+Blue) = 57+80+175=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #3950AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3950AF is #C6AF50. Grayscale: #535353. Windows color (decimal): -13021009 or 11489337. OLE color: 11489337.

HSL color Cylindrical-coordinate representation of color #3950AF: hue angle of 228.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3950AF is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5780175-
CMYK0.670.5400.31
HSL228.31º50.86%45.49%-
HSV(B)228.31º67.43%68.63%-
XYZ12.299.741.78-
YUV83.95179.38108.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 175 (68.75% from 255) = 56.09%
R=18.27%
G=25.64%
B=56.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57801750.670.5400.31228.3150.8645.49
Hex3950AF433601Fe4332d
Octal71120257103660373446355
Binary111001101000010101111100001111011001111111100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3950AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3950AF; }

 p { color: rgb(57,80,175); }

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

<style>
 a { background-color: #3950AF; }

 a { background-color: rgb(57,80,175); }

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

<style>
 span { border-color: #3950AF; }

 span { border-color: rgb(57,80,175); }

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