Html Css Color HEX #3553AD Cerulean Blue

📋 copy color: '#3553AD'

red 53 ◦ green 83 ◦ blue 173

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

Shades of Cerulean Blue #3553AD

Tints of Cerulean Blue #3553AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 17.15%
G = 26.86%
B = 55.99%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3553AD (or 0x3553AD) is known color: Cerulean Blue. HEX triplet: 35, 53 and AD. RGB value is (53,83,173). Sum of RGB (Red+Green+Blue) = 53+83+173=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3553AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3553AD is #CAAC52. Grayscale: #535353. Windows color (decimal): -13282387 or 11359029. OLE color: 11359029.

HSL color Cylindrical-coordinate representation of color #3553AD: hue angle of 225º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3553AD is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 83 173 -
CMYK 0.69 0.52 0 0.32
HSL 225º 0.53% 0.44% -
HSV(B) 225º 0.69% 0.68% -
XYZ 12.1 9.96 40.82 -
YUV 84.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 53 83 173 0.69 0.52 0 0.32 225 0.53 0.44
Hex 35 53 AD 45 34 0 20 E1 35 2C
Octal 65 123 255 105 64 0 40 341 65 54
Binary 110101 1010011 10101101 1000101 110100 0 100000 11100001 110101 101100

Color Harmonies of #3553AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3553AD

Black with #3553AD

Text Example


Text Example

White with #3553AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,83,173); }

 H1.HeaderClassName
 {
   color: #3553AD;
 }
 .AnyTagClassName
 {
   color: #3553AD;
 }
</style>

background-color css

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

 a { background-color: rgb(53,83,173); }

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

border-color css

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

 span { border-color: rgb(53,83,173); }

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