Html Css Color HEX #2F4288 Tory Blue

📋 copy color: '#2F4288'

red 47 ◦ green 66 ◦ blue 136

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

Shades of Tory Blue #2F4288

Tints of Tory Blue #2F4288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 18.88%
G = 26.51%
B = 54.62%

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

#2F4288 (or 0x2F4288) is known color: Tory Blue. HEX triplet: 2F, 42 and 88. RGB value is (47,66,136). Sum of RGB (Red+Green+Blue) = 47+66+136=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F4288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4288 is #D0BD77. Grayscale: #444444. Windows color (decimal): -13679992 or 8929839. OLE color: 8929839.

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

Color convert

RGB 47 66 136 -
CMYK 0.65 0.51 0 0.47
HSL 227.19º 0.49% 0.36% -
HSV(B) 227.19º 0.65% 0.53% -
XYZ 7.56 6.28 24.11 -
YUV 68.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 47 66 136 0.65 0.51 0 0.47 227.19 0.49 0.36
Hex 2F 42 88 41 33 0 2F E3 31 24
Octal 57 102 210 101 63 0 57 343 61 44
Binary 101111 1000010 10001000 1000001 110011 0 101111 11100011 110001 100100

Color Harmonies of #2F4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4288

Black with #2F4288

Text Example


Text Example

White with #2F4288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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