Html Css Color HEX #2553AE Cerulean Blue

📋 copy color: '#2553AE'

red 37 ◦ green 83 ◦ blue 174

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

Shades of Cerulean Blue #2553AE

Tints of Cerulean Blue #2553AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 12.59%
G = 28.23%
B = 59.18%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2553AE (or 0x2553AE) is known color: Cerulean Blue. HEX triplet: 25, 53 and AE. RGB value is (37,83,174). Sum of RGB (Red+Green+Blue) = 37+83+174=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #2553AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2553AE is #DAAC51. Grayscale: #4F4F4F. Windows color (decimal): -14330962 or 11424549. OLE color: 11424549.

HSL color Cylindrical-coordinate representation of color #2553AE: hue angle of 219.85º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2553AE is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 83 174 -
CMYK 0.79 0.52 0 0.32
HSL 219.85º 0.65% 0.41% -
HSV(B) 219.85º 0.79% 0.68% -
XYZ 11.5 9.64 41.3 -
YUV 79.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 37 83 174 0.79 0.52 0 0.32 219.85 0.65 0.41
Hex 25 53 AE 4F 34 0 20 DC 41 29
Octal 45 123 256 117 64 0 40 334 101 51
Binary 100101 1010011 10101110 1001111 110100 0 100000 11011100 1000001 101001

Color Harmonies of #2553AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553AE

Black with #2553AE

Text Example


Text Example

White with #2553AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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