Html Css Color HEX #2F4186 Tory Blue

📋 copy color: '#2F4186'

red 47 ◦ green 65 ◦ blue 134

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

Shades of Tory Blue #2F4186

Tints of Tory Blue #2F4186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

 BLUE value IS 134 (52.73% from 255) = 54.47%

R = 19.11%
G = 26.42%
B = 54.47%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F4186 (or 0x2F4186) is known color: Tory Blue. HEX triplet: 2F, 41 and 86. RGB value is (47,65,134). Sum of RGB (Red+Green+Blue) = 47+65+134=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F4186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4186 is #D0BE79. Grayscale: #434343. Windows color (decimal): -13680250 or 8798511. OLE color: 8798511.

HSL color Cylindrical-coordinate representation of color #2F4186: hue angle of 227.59º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F4186 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 65 134 -
CMYK 0.65 0.51 0 0.47
HSL 227.59º 0.48% 0.35% -
HSV(B) 227.59º 0.65% 0.53% -
XYZ 7.37 6.11 23.34 -
YUV 67.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 47 65 134 0.65 0.51 0 0.47 227.59 0.48 0.35
Hex 2F 41 86 41 33 0 2F E4 30 23
Octal 57 101 206 101 63 0 57 344 60 43
Binary 101111 1000001 10000110 1000001 110011 0 101111 11100100 110000 100011

Color Harmonies of #2F4186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4186

Black with #2F4186

Text Example


Text Example

White with #2F4186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,65,134); }

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

background-color css

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

 a { background-color: rgb(47,65,134); }

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

border-color css

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

 span { border-color: rgb(47,65,134); }

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