#3541AB

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

Shades of Cerulean Blue #3541AB

Tints of Cerulean Blue #3541AB

Color information

#3541AB (or 0x3541AB) is unknown color: approx Cerulean Blue. HEX triplet: 35, 41 and AB. RGB value is (53,65,171). Sum of RGB (Red+Green+Blue) = 53+65+171=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #3541AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3541AB is #CABE54. Grayscale: #494949. Windows color (decimal): -13286997 or 11223349. OLE color: 11223349.

HSL color Cylindrical-coordinate representation of color #3541AB: hue angle of 233.9º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3541AB is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5365171-
CMYK0.690.6200.33
HSL233.9º52.68%43.92%-
HSV(B)233.9º69.01%67.06%-
XYZ10.717.4839.41-
YUV73.5183.02113.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=18.34%
G=22.49%
B=59.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53651710.690.6200.33233.952.6843.92
Hex3541AB453E021ea352c
Octal65101253105760413526554
Binary1101011000001101010111000101111110010000111101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3541AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3541AB; }

 p { color: rgb(53,65,171); }

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

<style>
 a { background-color: #3541AB; }

 a { background-color: rgb(53,65,171); }

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

<style>
 span { border-color: #3541AB; }

 span { border-color: rgb(53,65,171); }

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