Html Css Color HEX #3553AF Cerulean Blue

📋 copy color: '#3553AF'

red 53 ◦ green 83 ◦ blue 175

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

Shades of Cerulean Blue #3553AF

Tints of Cerulean Blue #3553AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.27%

R = 17.04%
G = 26.69%
B = 56.27%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3553AF (or 0x3553AF) is known color: Cerulean Blue. HEX triplet: 35, 53 and AF. RGB value is (53,83,175). Sum of RGB (Red+Green+Blue) = 53+83+175=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3553AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3553AF is #CAAC50. Grayscale: #545454. Windows color (decimal): -13282385 or 11490101. OLE color: 11490101.

HSL color Cylindrical-coordinate representation of color #3553AF: hue angle of 225.25º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3553AF is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 83 175 -
CMYK 0.70 0.53 0 0.31
HSL 225.25º 0.54% 0.45% -
HSV(B) 225.25º 0.7% 0.69% -
XYZ 12.3 10.04 41.85 -
YUV 84.52 179.06 105.52 -
System Red Green Blue C M Y K H S L
Decimal 53 83 175 0.70 0.53 0 0.31 225.25 0.54 0.45
Hex 35 53 AF 46 35 0 1F E1 36 2D
Octal 65 123 257 106 65 0 37 341 66 55
Binary 110101 1010011 10101111 1000110 110101 0 11111 11100001 110110 101101

Color Harmonies of #3553AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3553AF

Black with #3553AF

Text Example


Text Example

White with #3553AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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