Html Css Color HEX #2950AA Cerulean Blue

📋 copy color: '#2950AA'

red 41 ◦ green 80 ◦ blue 170

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

Shades of Cerulean Blue #2950AA

Tints of Cerulean Blue #2950AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 14.09%
G = 27.49%
B = 58.42%

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

#2950AA (or 0x2950AA) is known color: Cerulean Blue. HEX triplet: 29, 50 and AA. RGB value is (41,80,170). Sum of RGB (Red+Green+Blue) = 41+80+170=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #2950AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2950AA is #D6AF55. Grayscale: #4E4E4E. Windows color (decimal): -14069590 or 11161641. OLE color: 11161641.

HSL color Cylindrical-coordinate representation of color #2950AA: hue angle of 221.86º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2950AA is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 80 170 -
CMYK 0.76 0.53 0 0.33
HSL 221.86º 0.61% 0.41% -
HSV(B) 221.86º 0.76% 0.67% -
XYZ 11.04 9.11 39.21 -
YUV 78.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 41 80 170 0.76 0.53 0 0.33 221.86 0.61 0.41
Hex 29 50 AA 4C 35 0 21 DE 3D 29
Octal 51 120 252 114 65 0 41 336 75 51
Binary 101001 1010000 10101010 1001100 110101 0 100001 11011110 111101 101001

Color Harmonies of #2950AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950AA

Black with #2950AA

Text Example


Text Example

White with #2950AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2950AA; }

 p { color: rgb(41,80,170); }

 H1.HeaderClassName
 {
   color: #2950AA;
 }
 .AnyTagClassName
 {
   color: #2950AA;
 }
</style>

background-color css

<style>
 a { background-color: #2950AA; }

 a { background-color: rgb(41,80,170); }

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

border-color css

<style>
 span { border-color: #2950AA; }

 span { border-color: rgb(41,80,170); }

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