Html Css Color HEX #2F4690 Tory Blue

📋 copy color: '#2F4690'

red 47 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #2F4690

Tints of Tory Blue #2F4690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 18.01%
G = 26.82%
B = 55.17%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F4690 (or 0x2F4690) is known color: Tory Blue. HEX triplet: 2F, 46 and 90. RGB value is (47,70,144). Sum of RGB (Red+Green+Blue) = 47+70+144=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F4690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4690 is #D0B96F. Grayscale: #474747. Windows color (decimal): -13678960 or 9455151. OLE color: 9455151.

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

Color convert

RGB 47 70 144 -
CMYK 0.67 0.51 0 0.44
HSL 225.77º 0.51% 0.37% -
HSV(B) 225.77º 0.67% 0.56% -
XYZ 8.4 7 27.29 -
YUV 71.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 47 70 144 0.67 0.51 0 0.44 225.77 0.51 0.37
Hex 2F 46 90 43 33 0 2C E2 33 25
Octal 57 106 220 103 63 0 54 342 63 45
Binary 101111 1000110 10010000 1000011 110011 0 101100 11100010 110011 100101

Color Harmonies of #2F4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4690

Black with #2F4690

Text Example


Text Example

White with #2F4690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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