Html Css Color HEX #2F5090 Tory Blue

📋 copy color: '#2F5090'

red 47 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #2F5090

Tints of Tory Blue #2F5090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 17.34%
G = 29.52%
B = 53.14%

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

#2F5090 (or 0x2F5090) is known color: Tory Blue. HEX triplet: 2F, 50 and 90. RGB value is (47,80,144). Sum of RGB (Red+Green+Blue) = 47+80+144=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5090 is #D0AF6F. Grayscale: #4D4D4D. Windows color (decimal): -13676400 or 9457711. OLE color: 9457711.

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

Color convert

RGB 47 80 144 -
CMYK 0.67 0.44 0 0.44
HSL 219.59º 0.51% 0.37% -
HSV(B) 219.59º 0.67% 0.56% -
XYZ 9.07 8.36 27.52 -
YUV 77.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 47 80 144 0.67 0.44 0 0.44 219.59 0.51 0.37
Hex 2F 50 90 43 2C 0 2C DC 33 25
Octal 57 120 220 103 54 0 54 334 63 45
Binary 101111 1010000 10010000 1000011 101100 0 101100 11011100 110011 100101

Color Harmonies of #2F5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5090

Black with #2F5090

Text Example


Text Example

White with #2F5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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