Html Css Color HEX #2F4388 Tory Blue

📋 copy color: '#2F4388'

red 47 ◦ green 67 ◦ blue 136

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

Shades of Tory Blue #2F4388

Tints of Tory Blue #2F4388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 18.8%
G = 26.8%
B = 54.4%

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

#2F4388 (or 0x2F4388) is known color: Tory Blue. HEX triplet: 2F, 43 and 88. RGB value is (47,67,136). Sum of RGB (Red+Green+Blue) = 47+67+136=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F4388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4388 is #D0BC77. Grayscale: #444444. Windows color (decimal): -13679736 or 8930095. OLE color: 8930095.

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

Color convert

RGB 47 67 136 -
CMYK 0.65 0.51 0 0.47
HSL 226.52º 0.49% 0.36% -
HSV(B) 226.52º 0.65% 0.53% -
XYZ 7.62 6.4 24.13 -
YUV 68.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 47 67 136 0.65 0.51 0 0.47 226.52 0.49 0.36
Hex 2F 43 88 41 33 0 2F E3 31 24
Octal 57 103 210 101 63 0 57 343 61 44
Binary 101111 1000011 10001000 1000001 110011 0 101111 11100011 110001 100100

Color Harmonies of #2F4388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4388

Black with #2F4388

Text Example


Text Example

White with #2F4388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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