#3945AD

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

Shades of Cerulean Blue #3945AD

Tints of Cerulean Blue #3945AD

Color information

#3945AD (or 0x3945AD) is unknown color: approx Cerulean Blue. HEX triplet: 39, 45 and AD. RGB value is (57,69,173). Sum of RGB (Red+Green+Blue) = 57+69+173=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #3945AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3945AD is #C6BA52. Grayscale: #4C4C4C. Windows color (decimal): -13023827 or 11355449. OLE color: 11355449.

HSL color Cylindrical-coordinate representation of color #3945AD: hue angle of 233.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3945AD is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5769173-
CMYK0.670.6000.32
HSL233.79º50.43%45.1%-
HSV(B)233.79º67.05%67.84%-
XYZ11.368.1440.51-
YUV77.27182.02113.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 173 (67.97% from 255) = 57.86%
R=19.06%
G=23.08%
B=57.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57691730.670.6000.32233.7950.4345.1
Hex3945AD433C020ea322d
Octal71105255103740403526255
Binary1110011000101101011011000011111100010000011101010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3945AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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