Html Css Color HEX #2554AC Cerulean Blue

📋 copy color: '#2554AC'

red 37 ◦ green 84 ◦ blue 172

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

Shades of Cerulean Blue #2554AC

Tints of Cerulean Blue #2554AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

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

R = 12.63%
G = 28.67%
B = 58.7%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2554AC (or 0x2554AC) is known color: Cerulean Blue. HEX triplet: 25, 54 and AC. RGB value is (37,84,172). Sum of RGB (Red+Green+Blue) = 37+84+172=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #2554AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2554AC is #DAAB53. Grayscale: #4F4F4F. Windows color (decimal): -14330708 or 11293733. OLE color: 11293733.

HSL color Cylindrical-coordinate representation of color #2554AC: hue angle of 219.11º degrees, saturation: 0.65, 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 #2554AC is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 84 172 -
CMYK 0.78 0.51 0 0.33
HSL 219.11º 0.65% 0.41% -
HSV(B) 219.11º 0.78% 0.67% -
XYZ 11.38 9.71 40.3 -
YUV 79.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 37 84 172 0.78 0.51 0 0.33 219.11 0.65 0.41
Hex 25 54 AC 4E 33 0 21 DB 41 29
Octal 45 124 254 116 63 0 41 333 101 51
Binary 100101 1010100 10101100 1001110 110011 0 100001 11011011 1000001 101001

Color Harmonies of #2554AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2554AC

Black with #2554AC

Text Example


Text Example

White with #2554AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,84,172); }

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

background-color css

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

 a { background-color: rgb(37,84,172); }

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

border-color css

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

 span { border-color: rgb(37,84,172); }

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