Html Css Color HEX #2948A0 Tory Blue

📋 copy color: '#2948A0'

red 41 ◦ green 72 ◦ blue 160

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

Shades of Tory Blue #2948A0

Tints of Tory Blue #2948A0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 160 (62.89% from 255) = 58.61%

R = 15.02%
G = 26.37%
B = 58.61%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2948A0 (or 0x2948A0) is known color: Tory Blue. HEX triplet: 29, 48 and A0. RGB value is (41,72,160). Sum of RGB (Red+Green+Blue) = 41+72+160=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #2948A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2948A0 is #D6B75F. Grayscale: #484848. Windows color (decimal): -14071648 or 10504233. OLE color: 10504233.

HSL color Cylindrical-coordinate representation of color #2948A0: hue angle of 224.37º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2948A0 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 72 160 -
CMYK 0.74 0.55 0 0.37
HSL 224.37º 0.59% 0.39% -
HSV(B) 224.37º 0.74% 0.63% -
XYZ 9.58 7.64 34.23 -
YUV 72.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 41 72 160 0.74 0.55 0 0.37 224.37 0.59 0.39
Hex 29 48 A0 4A 37 0 25 E0 3B 27
Octal 51 110 240 112 67 0 45 340 73 47
Binary 101001 1001000 10100000 1001010 110111 0 100101 11100000 111011 100111

Color Harmonies of #2948A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2948A0

Black with #2948A0

Text Example


Text Example

White with #2948A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2948A0; }

 p { color: rgb(41,72,160); }

 H1.HeaderClassName
 {
   color: #2948A0;
 }
 .AnyTagClassName
 {
   color: #2948A0;
 }
</style>

background-color css

<style>
 a { background-color: #2948A0; }

 a { background-color: rgb(41,72,160); }

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

border-color css

<style>
 span { border-color: #2948A0; }

 span { border-color: rgb(41,72,160); }

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