Html Css Color HEX #2951AC Cerulean Blue

📋 copy color: '#2951AC'

red 41 ◦ green 81 ◦ blue 172

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

Shades of Cerulean Blue #2951AC

Tints of Cerulean Blue #2951AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

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

R = 13.95%
G = 27.55%
B = 58.5%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2951AC (or 0x2951AC) is known color: Cerulean Blue. HEX triplet: 29, 51 and AC. RGB value is (41,81,172). Sum of RGB (Red+Green+Blue) = 41+81+172=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #2951AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2951AC is #D6AE53. Grayscale: #4F4F4F. Windows color (decimal): -14069332 or 11292969. OLE color: 11292969.

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

Color convert

RGB 41 81 172 -
CMYK 0.76 0.53 0 0.33
HSL 221.68º 0.62% 0.42% -
HSV(B) 221.68º 0.76% 0.67% -
XYZ 11.3 9.33 40.24 -
YUV 79.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 41 81 172 0.76 0.53 0 0.33 221.68 0.62 0.42
Hex 29 51 AC 4C 35 0 21 DE 3E 2A
Octal 51 121 254 114 65 0 41 336 76 52
Binary 101001 1010001 10101100 1001100 110101 0 100001 11011110 111110 101010

Color Harmonies of #2951AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2951AC

Black with #2951AC

Text Example


Text Example

White with #2951AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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