Html Css Color HEX #2F499C Tory Blue

📋 copy color: '#2F499C'

red 47 ◦ green 73 ◦ blue 156

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

Shades of Tory Blue #2F499C

Tints of Tory Blue #2F499C

RGB

 RED value IS 47 (18.75% from 255) = 17.03%

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

 BLUE value IS 156 (61.33% from 255) = 56.52%

R = 17.03%
G = 26.45%
B = 56.52%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F499C (or 0x2F499C) is known color: Tory Blue. HEX triplet: 2F, 49 and 9C. RGB value is (47,73,156). Sum of RGB (Red+Green+Blue) = 47+73+156=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F499C is #D0B663. Grayscale: #4A4A4A. Windows color (decimal): -13678180 or 10242351. OLE color: 10242351.

HSL color Cylindrical-coordinate representation of color #2F499C: hue angle of 225.69º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F499C is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 73 156 -
CMYK 0.70 0.53 0 0.39
HSL 225.69º 0.54% 0.4% -
HSV(B) 225.69º 0.7% 0.61% -
XYZ 9.56 7.77 32.45 -
YUV 74.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 47 73 156 0.70 0.53 0 0.39 225.69 0.54 0.4
Hex 2F 49 9C 46 35 0 27 E2 36 28
Octal 57 111 234 106 65 0 47 342 66 50
Binary 101111 1001001 10011100 1000110 110101 0 100111 11100010 110110 101000

Color Harmonies of #2F499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F499C

Black with #2F499C

Text Example


Text Example

White with #2F499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F499C; }

 p { color: rgb(47,73,156); }

 H1.HeaderClassName
 {
   color: #2F499C;
 }
 .AnyTagClassName
 {
   color: #2F499C;
 }
</style>

background-color css

<style>
 a { background-color: #2F499C; }

 a { background-color: rgb(47,73,156); }

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

border-color css

<style>
 span { border-color: #2F499C; }

 span { border-color: rgb(47,73,156); }

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