Html Css Color HEX #3541AA Cerulean Blue

📋 copy color: '#3541AA'

red 53 ◦ green 65 ◦ blue 170

#3541AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3541AA

Tints of Cerulean Blue #3541AA

RGB

 RED value IS 53 (21.09% from 255) = 18.4%

 GREEN value IS 65 (25.78% from 255) = 22.57%

 BLUE value IS 170 (66.8% from 255) = 59.03%

R = 18.4%
G = 22.57%
B = 59.03%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3541AA (or 0x3541AA) is known color: Cerulean Blue. HEX triplet: 35, 41 and AA. RGB value is (53,65,170). Sum of RGB (Red+Green+Blue) = 53+65+170=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #3541AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3541AA is #CABE55. Grayscale: #484848. Windows color (decimal): -13286998 or 11157813. OLE color: 11157813.

HSL color Cylindrical-coordinate representation of color #3541AA: hue angle of 233.85º degrees, saturation: 0.52, 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 #3541AA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 65 170 -
CMYK 0.69 0.62 0 0.33
HSL 233.85º 0.52% 0.44% -
HSV(B) 233.85º 0.69% 0.67% -
XYZ 10.61 7.44 38.91 -
YUV 73.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 53 65 170 0.69 0.62 0 0.33 233.85 0.52 0.44
Hex 35 41 AA 45 3E 0 21 EA 34 2C
Octal 65 101 252 105 76 0 41 352 64 54
Binary 110101 1000001 10101010 1000101 111110 0 100001 11101010 110100 101100

Color Harmonies of #3541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3541AA

Black with #3541AA

Text Example


Text Example

White with #3541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3541AA;
 }
 .AnyTagClassName
 {
   color: #3541AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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