Html Css Color HEX #2F4D94 Tory Blue

📋 copy color: '#2F4D94'

red 47 ◦ green 77 ◦ blue 148

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

Shades of Tory Blue #2F4D94

Tints of Tory Blue #2F4D94

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.31%

 BLUE value IS 148 (58.2% from 255) = 54.41%

R = 17.28%
G = 28.31%
B = 54.41%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F4D94 (or 0x2F4D94) is known color: Tory Blue. HEX triplet: 2F, 4D and 94. RGB value is (47,77,148). Sum of RGB (Red+Green+Blue) = 47+77+148=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F4D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4D94 is #D0B26B. Grayscale: #4B4B4B. Windows color (decimal): -13677164 or 9719087. OLE color: 9719087.

HSL color Cylindrical-coordinate representation of color #2F4D94: hue angle of 222.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4D94 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 77 148 -
CMYK 0.68 0.48 0 0.42
HSL 222.18º 0.52% 0.38% -
HSV(B) 222.18º 0.68% 0.58% -
XYZ 9.17 8.05 29.09 -
YUV 76.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 47 77 148 0.68 0.48 0 0.42 222.18 0.52 0.38
Hex 2F 4D 94 44 30 0 2A DE 34 26
Octal 57 115 224 104 60 0 52 336 64 46
Binary 101111 1001101 10010100 1000100 110000 0 101010 11011110 110100 100110

Color Harmonies of #2F4D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4D94

Black with #2F4D94

Text Example


Text Example

White with #2F4D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,77,148); }

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

background-color css

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

 a { background-color: rgb(47,77,148); }

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

border-color css

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

 span { border-color: rgb(47,77,148); }

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