Html Css Color HEX #2F4988 Tory Blue

📋 copy color: '#2F4988'

red 47 ◦ green 73 ◦ blue 136

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

Shades of Tory Blue #2F4988

Tints of Tory Blue #2F4988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 18.36%
G = 28.52%
B = 53.13%

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

#2F4988 (or 0x2F4988) is known color: Tory Blue. HEX triplet: 2F, 49 and 88. RGB value is (47,73,136). Sum of RGB (Red+Green+Blue) = 47+73+136=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F4988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4988 is #D0B677. Grayscale: #484848. Windows color (decimal): -13678200 or 8931631. OLE color: 8931631.

HSL color Cylindrical-coordinate representation of color #2F4988: hue angle of 222.47º degrees, saturation: 0.49, 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 #2F4988 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 73 136 -
CMYK 0.65 0.46 0 0.47
HSL 222.47º 0.49% 0.36% -
HSV(B) 222.47º 0.65% 0.53% -
XYZ 8 7.15 24.25 -
YUV 72.41 163.89 109.88 -
System Red Green Blue C M Y K H S L
Decimal 47 73 136 0.65 0.46 0 0.47 222.47 0.49 0.36
Hex 2F 49 88 41 2E 0 2F DE 31 24
Octal 57 111 210 101 56 0 57 336 61 44
Binary 101111 1001001 10001000 1000001 101110 0 101111 11011110 110001 100100

Color Harmonies of #2F4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4988

Black with #2F4988

Text Example


Text Example

White with #2F4988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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