Html Css Color HEX #2549AB Cerulean Blue

📋 copy color: '#2549AB'

red 37 ◦ green 73 ◦ blue 171

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

Shades of Cerulean Blue #2549AB

Tints of Cerulean Blue #2549AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 13.17%
G = 25.98%
B = 60.85%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2549AB (or 0x2549AB) is known color: Cerulean Blue. HEX triplet: 25, 49 and AB. RGB value is (37,73,171). Sum of RGB (Red+Green+Blue) = 37+73+171=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #2549AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2549AB is #DAB654. Grayscale: #484848. Windows color (decimal): -14333525 or 11225381. OLE color: 11225381.

HSL color Cylindrical-coordinate representation of color #2549AB: hue angle of 223.88º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2549AB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 73 171 -
CMYK 0.78 0.57 0 0.33
HSL 223.88º 0.64% 0.41% -
HSV(B) 223.88º 0.78% 0.67% -
XYZ 10.5 8.1 39.54 -
YUV 73.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 37 73 171 0.78 0.57 0 0.33 223.88 0.64 0.41
Hex 25 49 AB 4E 39 0 21 E0 40 29
Octal 45 111 253 116 71 0 41 340 100 51
Binary 100101 1001001 10101011 1001110 111001 0 100001 11100000 1000000 101001

Color Harmonies of #2549AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549AB

Black with #2549AB

Text Example


Text Example

White with #2549AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2549AB; }

 p { color: rgb(37,73,171); }

 H1.HeaderClassName
 {
   color: #2549AB;
 }
 .AnyTagClassName
 {
   color: #2549AB;
 }
</style>

background-color css

<style>
 a { background-color: #2549AB; }

 a { background-color: rgb(37,73,171); }

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

border-color css

<style>
 span { border-color: #2549AB; }

 span { border-color: rgb(37,73,171); }

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