Html Css Color HEX #2F4987 Tory Blue

📋 copy color: '#2F4987'

red 47 ◦ green 73 ◦ blue 135

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

Shades of Tory Blue #2F4987

Tints of Tory Blue #2F4987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 18.43%
G = 28.63%
B = 52.94%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F4987 (or 0x2F4987) is known color: Tory Blue. HEX triplet: 2F, 49 and 87. RGB value is (47,73,135). Sum of RGB (Red+Green+Blue) = 47+73+135=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F4987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4987 is #D0B678. Grayscale: #484848. Windows color (decimal): -13678201 or 8866095. OLE color: 8866095.

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

Color convert

RGB 47 73 135 -
CMYK 0.65 0.46 0 0.47
HSL 222.27º 0.48% 0.36% -
HSV(B) 222.27º 0.65% 0.53% -
XYZ 7.93 7.12 23.88 -
YUV 72.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 47 73 135 0.65 0.46 0 0.47 222.27 0.48 0.36
Hex 2F 49 87 41 2E 0 2F DE 30 24
Octal 57 111 207 101 56 0 57 336 60 44
Binary 101111 1001001 10000111 1000001 101110 0 101111 11011110 110000 100100

Color Harmonies of #2F4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4987

Black with #2F4987

Text Example


Text Example

White with #2F4987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,135); }

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

background-color css

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

 a { background-color: rgb(47,73,135); }

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

border-color css

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

 span { border-color: rgb(47,73,135); }

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