Html Css Color HEX #2F5290 Tory Blue

📋 copy color: '#2F5290'

red 47 ◦ green 82 ◦ blue 144

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

Shades of Tory Blue #2F5290

Tints of Tory Blue #2F5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 17.22%
G = 30.04%
B = 52.75%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F5290 (or 0x2F5290) is known color: Tory Blue. HEX triplet: 2F, 52 and 90. RGB value is (47,82,144). Sum of RGB (Red+Green+Blue) = 47+82+144=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F5290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5290 is #D0AD6F. Grayscale: #4E4E4E. Windows color (decimal): -13675888 or 9458223. OLE color: 9458223.

HSL color Cylindrical-coordinate representation of color #2F5290: hue angle of 218.35º 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 #2F5290 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 82 144 -
CMYK 0.67 0.43 0 0.44
HSL 218.35º 0.51% 0.37% -
HSV(B) 218.35º 0.67% 0.56% -
XYZ 9.22 8.65 27.57 -
YUV 78.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 47 82 144 0.67 0.43 0 0.44 218.35 0.51 0.37
Hex 2F 52 90 43 2B 0 2C DA 33 25
Octal 57 122 220 103 53 0 54 332 63 45
Binary 101111 1010010 10010000 1000011 101011 0 101100 11011010 110011 100101

Color Harmonies of #2F5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5290

Black with #2F5290

Text Example


Text Example

White with #2F5290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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