Html Css Color HEX #2954AC Cerulean Blue

📋 copy color: '#2954AC'

red 41 ◦ green 84 ◦ blue 172

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

Shades of Cerulean Blue #2954AC

Tints of Cerulean Blue #2954AC

RGB

 RED value IS 41 (16.41% from 255) = 13.8%

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

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

R = 13.8%
G = 28.28%
B = 57.91%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2954AC (or 0x2954AC) is known color: Cerulean Blue. HEX triplet: 29, 54 and AC. RGB value is (41,84,172). Sum of RGB (Red+Green+Blue) = 41+84+172=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #2954AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2954AC is #D6AB53. Grayscale: #505050. Windows color (decimal): -14068564 or 11293737. OLE color: 11293737.

HSL color Cylindrical-coordinate representation of color #2954AC: hue angle of 220.31º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2954AC is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 84 172 -
CMYK 0.76 0.51 0 0.33
HSL 220.31º 0.62% 0.42% -
HSV(B) 220.31º 0.76% 0.67% -
XYZ 11.53 9.79 40.31 -
YUV 81.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 41 84 172 0.76 0.51 0 0.33 220.31 0.62 0.42
Hex 29 54 AC 4C 33 0 21 DC 3E 2A
Octal 51 124 254 114 63 0 41 334 76 52
Binary 101001 1010100 10101100 1001100 110011 0 100001 11011100 111110 101010

Color Harmonies of #2954AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2954AC

Black with #2954AC

Text Example


Text Example

White with #2954AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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