Html Css Color HEX #2951AB Cerulean Blue

📋 copy color: '#2951AB'

red 41 ◦ green 81 ◦ blue 171

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

Shades of Cerulean Blue #2951AB

Tints of Cerulean Blue #2951AB

RGB

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

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

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

R = 13.99%
G = 27.65%
B = 58.36%

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

#2951AB (or 0x2951AB) is known color: Cerulean Blue. HEX triplet: 29, 51 and AB. RGB value is (41,81,171). Sum of RGB (Red+Green+Blue) = 41+81+171=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #2951AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2951AB is #D6AE54. Grayscale: #4E4E4E. Windows color (decimal): -14069333 or 11227433. OLE color: 11227433.

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

Color convert

RGB 41 81 171 -
CMYK 0.76 0.53 0 0.33
HSL 221.54º 0.61% 0.42% -
HSV(B) 221.54º 0.76% 0.67% -
XYZ 11.21 9.3 39.73 -
YUV 79.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 41 81 171 0.76 0.53 0 0.33 221.54 0.61 0.42
Hex 29 51 AB 4C 35 0 21 DE 3D 2A
Octal 51 121 253 114 65 0 41 336 75 52
Binary 101001 1010001 10101011 1001100 110101 0 100001 11011110 111101 101010

Color Harmonies of #2951AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2951AB

Black with #2951AB

Text Example


Text Example

White with #2951AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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