Html Css Color HEX #2553A4 Cerulean Blue

📋 copy color: '#2553A4'

red 37 ◦ green 83 ◦ blue 164

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

Shades of Cerulean Blue #2553A4

Tints of Cerulean Blue #2553A4

RGB

 RED value IS 37 (14.84% from 255) = 13.03%

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

 BLUE value IS 164 (64.45% from 255) = 57.75%

R = 13.03%
G = 29.23%
B = 57.75%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2553A4 (or 0x2553A4) is known color: Cerulean Blue. HEX triplet: 25, 53 and A4. RGB value is (37,83,164). Sum of RGB (Red+Green+Blue) = 37+83+164=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #2553A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2553A4 is #DAAC5B. Grayscale: #4E4E4E. Windows color (decimal): -14330972 or 10769189. OLE color: 10769189.

HSL color Cylindrical-coordinate representation of color #2553A4: hue angle of 218.27º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2553A4 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 83 164 -
CMYK 0.77 0.49 0 0.36
HSL 218.27º 0.63% 0.39% -
HSV(B) 218.27º 0.77% 0.64% -
XYZ 10.56 9.26 36.35 -
YUV 78.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 37 83 164 0.77 0.49 0 0.36 218.27 0.63 0.39
Hex 25 53 A4 4D 31 0 24 DA 3F 27
Octal 45 123 244 115 61 0 44 332 77 47
Binary 100101 1010011 10100100 1001101 110001 0 100100 11011010 111111 100111

Color Harmonies of #2553A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553A4

Black with #2553A4

Text Example


Text Example

White with #2553A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2553A4; }

 p { color: rgb(37,83,164); }

 H1.HeaderClassName
 {
   color: #2553A4;
 }
 .AnyTagClassName
 {
   color: #2553A4;
 }
</style>

background-color css

<style>
 a { background-color: #2553A4; }

 a { background-color: rgb(37,83,164); }

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

border-color css

<style>
 span { border-color: #2553A4; }

 span { border-color: rgb(37,83,164); }

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