#3945AF

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

Shades of Cerulean Blue #3945AF

Tints of Cerulean Blue #3945AF

Color information

#3945AF (or 0x3945AF) is unknown color: approx Cerulean Blue. HEX triplet: 39, 45 and AF. RGB value is (57,69,175). Sum of RGB (Red+Green+Blue) = 57+69+175=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #3945AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3945AF is #C6BA50. Grayscale: #4D4D4D. Windows color (decimal): -13023825 or 11486521. OLE color: 11486521.

HSL color Cylindrical-coordinate representation of color #3945AF: hue angle of 233.9º 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 #3945AF is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5769175-
CMYK0.670.6100.31
HSL233.9º50.86%45.49%-
HSV(B)233.9º67.43%68.63%-
XYZ11.558.2241.54-
YUV77.5183.02113.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 175 (68.75% from 255) = 58.14%
R=18.94%
G=22.92%
B=58.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57691750.670.6100.31233.950.8645.49
Hex3945AF433D01Fea332d
Octal71105257103750373526355
Binary111001100010110101111100001111110101111111101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3945AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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