Html Css Color HEX #3549AA Cerulean Blue

📋 copy color: '#3549AA'

red 53 ◦ green 73 ◦ blue 170

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

Shades of Cerulean Blue #3549AA

Tints of Cerulean Blue #3549AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

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

R = 17.91%
G = 24.66%
B = 57.43%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3549AA (or 0x3549AA) is known color: Cerulean Blue. HEX triplet: 35, 49 and AA. RGB value is (53,73,170). Sum of RGB (Red+Green+Blue) = 53+73+170=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #3549AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3549AA is #CAB655. Grayscale: #4D4D4D. Windows color (decimal): -13284950 or 11159861. OLE color: 11159861.

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

Color convert

RGB 53 73 170 -
CMYK 0.69 0.57 0 0.33
HSL 229.74º 0.52% 0.44% -
HSV(B) 229.74º 0.69% 0.67% -
XYZ 11.11 8.42 39.07 -
YUV 78.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 53 73 170 0.69 0.57 0 0.33 229.74 0.52 0.44
Hex 35 49 AA 45 39 0 21 E6 34 2C
Octal 65 111 252 105 71 0 41 346 64 54
Binary 110101 1001001 10101010 1000101 111001 0 100001 11100110 110100 101100

Color Harmonies of #3549AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3549AA

Black with #3549AA

Text Example


Text Example

White with #3549AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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