Html Css Color HEX #3553AC Cerulean Blue

📋 copy color: '#3553AC'

red 53 ◦ green 83 ◦ blue 172

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

Shades of Cerulean Blue #3553AC

Tints of Cerulean Blue #3553AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 17.21%
G = 26.95%
B = 55.84%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3553AC (or 0x3553AC) is known color: Cerulean Blue. HEX triplet: 35, 53 and AC. RGB value is (53,83,172). Sum of RGB (Red+Green+Blue) = 53+83+172=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #3553AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3553AC is #CAAC53. Grayscale: #535353. Windows color (decimal): -13282388 or 11293493. OLE color: 11293493.

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

Color convert

RGB 53 83 172 -
CMYK 0.69 0.52 0 0.33
HSL 224.87º 0.53% 0.44% -
HSV(B) 224.87º 0.69% 0.67% -
XYZ 12.01 9.92 40.31 -
YUV 84.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 53 83 172 0.69 0.52 0 0.33 224.87 0.53 0.44
Hex 35 53 AC 45 34 0 21 E1 35 2C
Octal 65 123 254 105 64 0 41 341 65 54
Binary 110101 1010011 10101100 1000101 110100 0 100001 11100001 110101 101100

Color Harmonies of #3553AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3553AC

Black with #3553AC

Text Example


Text Example

White with #3553AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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