#3941AF

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

Shades of Cerulean Blue #3941AF

Tints of Cerulean Blue #3941AF

Color information

#3941AF (or 0x3941AF) is unknown color: approx Cerulean Blue. HEX triplet: 39, 41 and AF. RGB value is (57,65,175). Sum of RGB (Red+Green+Blue) = 57+65+175=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #3941AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3941AF is #C6BE50. Grayscale: #4A4A4A. Windows color (decimal): -13024849 or 11485497. OLE color: 11485497.

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

Color convert

RGB5765175-
CMYK0.670.6300.31
HSL235.93º50.86%45.49%-
HSV(B)235.93º67.43%68.63%-
XYZ11.327.7541.46-
YUV75.15184.35115.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=19.19%
G=21.89%
B=58.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57651750.670.6300.31235.9350.8645.49
Hex3941AF433F01Fec332d
Octal71101257103770373546355
Binary111001100000110101111100001111111101111111101100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3941AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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