Html Css Color HEX #2F5190 Tory Blue

📋 copy color: '#2F5190'

red 47 ◦ green 81 ◦ blue 144

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

Shades of Tory Blue #2F5190

Tints of Tory Blue #2F5190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 17.28%
G = 29.78%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F5190 (or 0x2F5190) is known color: Tory Blue. HEX triplet: 2F, 51 and 90. RGB value is (47,81,144). Sum of RGB (Red+Green+Blue) = 47+81+144=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F5190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5190 is #D0AE6F. Grayscale: #4D4D4D. Windows color (decimal): -13676144 or 9457967. OLE color: 9457967.

HSL color Cylindrical-coordinate representation of color #2F5190: hue angle of 218.97º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F5190 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 81 144 -
CMYK 0.67 0.44 0 0.44
HSL 218.97º 0.51% 0.37% -
HSV(B) 218.97º 0.67% 0.56% -
XYZ 9.15 8.5 27.54 -
YUV 78.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 47 81 144 0.67 0.44 0 0.44 218.97 0.51 0.37
Hex 2F 51 90 43 2C 0 2C DB 33 25
Octal 57 121 220 103 54 0 54 333 63 45
Binary 101111 1010001 10010000 1000011 101100 0 101100 11011011 110011 100101

Color Harmonies of #2F5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5190

Black with #2F5190

Text Example


Text Example

White with #2F5190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,144); }

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

background-color css

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

 a { background-color: rgb(47,81,144); }

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

border-color css

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

 span { border-color: rgb(47,81,144); }

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