Html Css Color HEX #2949AC Cerulean Blue

📋 copy color: '#2949AC'

red 41 ◦ green 73 ◦ blue 172

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

Shades of Cerulean Blue #2949AC

Tints of Cerulean Blue #2949AC

RGB

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

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

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

R = 14.34%
G = 25.52%
B = 60.14%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2949AC (or 0x2949AC) is known color: Cerulean Blue. HEX triplet: 29, 49 and AC. RGB value is (41,73,172). Sum of RGB (Red+Green+Blue) = 41+73+172=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #2949AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2949AC is #D6B653. Grayscale: #4A4A4A. Windows color (decimal): -14071380 or 11290921. OLE color: 11290921.

HSL color Cylindrical-coordinate representation of color #2949AC: hue angle of 225.34º 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 #2949AC is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 73 172 -
CMYK 0.76 0.58 0 0.33
HSL 225.34º 0.62% 0.42% -
HSV(B) 225.34º 0.76% 0.67% -
XYZ 10.74 8.22 40.05 -
YUV 74.72 182.9 103.95 -
System Red Green Blue C M Y K H S L
Decimal 41 73 172 0.76 0.58 0 0.33 225.34 0.62 0.42
Hex 29 49 AC 4C 3A 0 21 E1 3E 2A
Octal 51 111 254 114 72 0 41 341 76 52
Binary 101001 1001001 10101100 1001100 111010 0 100001 11100001 111110 101010

Color Harmonies of #2949AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2949AC

Black with #2949AC

Text Example


Text Example

White with #2949AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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