Html Css Color HEX #2F408F Tory Blue

📋 copy color: '#2F408F'

red 47 ◦ green 64 ◦ blue 143

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

Shades of Tory Blue #2F408F

Tints of Tory Blue #2F408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 143 (56.25% from 255) = 56.3%

R = 18.5%
G = 25.2%
B = 56.3%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F408F (or 0x2F408F) is known color: Tory Blue. HEX triplet: 2F, 40 and 8F. RGB value is (47,64,143). Sum of RGB (Red+Green+Blue) = 47+64+143=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #2F408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F408F is #D0BF70. Grayscale: #434343. Windows color (decimal): -13680497 or 9388079. OLE color: 9388079.

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

Color convert

RGB 47 64 143 -
CMYK 0.67 0.55 0 0.44
HSL 229.38º 0.51% 0.37% -
HSV(B) 229.38º 0.67% 0.56% -
XYZ 7.96 6.25 26.77 -
YUV 67.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 47 64 143 0.67 0.55 0 0.44 229.38 0.51 0.37
Hex 2F 40 8F 43 37 0 2C E5 33 25
Octal 57 100 217 103 67 0 54 345 63 45
Binary 101111 1000000 10001111 1000011 110111 0 101100 11100101 110011 100101

Color Harmonies of #2F408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F408F

Black with #2F408F

Text Example


Text Example

White with #2F408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,143); }

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

background-color css

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

 a { background-color: rgb(47,64,143); }

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

border-color css

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

 span { border-color: rgb(47,64,143); }

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