Html Css Color HEX #2F4F9C Tory Blue

📋 copy color: '#2F4F9C'

red 47 ◦ green 79 ◦ blue 156

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

Shades of Tory Blue #2F4F9C

Tints of Tory Blue #2F4F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

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

R = 16.67%
G = 28.01%
B = 55.32%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F4F9C (or 0x2F4F9C) is known color: Tory Blue. HEX triplet: 2F, 4F and 9C. RGB value is (47,79,156). Sum of RGB (Red+Green+Blue) = 47+79+156=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F4F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4F9C is #D0B063. Grayscale: #4D4D4D. Windows color (decimal): -13676644 or 10243887. OLE color: 10243887.

HSL color Cylindrical-coordinate representation of color #2F4F9C: hue angle of 222.39º 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 #2F4F9C is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 79 156 -
CMYK 0.70 0.49 0 0.39
HSL 222.39º 0.54% 0.4% -
HSV(B) 222.39º 0.7% 0.61% -
XYZ 9.97 8.6 32.59 -
YUV 78.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 47 79 156 0.70 0.49 0 0.39 222.39 0.54 0.4
Hex 2F 4F 9C 46 31 0 27 DE 36 28
Octal 57 117 234 106 61 0 47 336 66 50
Binary 101111 1001111 10011100 1000110 110001 0 100111 11011110 110110 101000

Color Harmonies of #2F4F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4F9C

Black with #2F4F9C

Text Example


Text Example

White with #2F4F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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