Html Css Color HEX #2F4D9A Tory Blue

📋 copy color: '#2F4D9A'

red 47 ◦ green 77 ◦ blue 154

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

Shades of Tory Blue #2F4D9A

Tints of Tory Blue #2F4D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 16.91%
G = 27.7%
B = 55.4%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F4D9A (or 0x2F4D9A) is known color: Tory Blue. HEX triplet: 2F, 4D and 9A. RGB value is (47,77,154). Sum of RGB (Red+Green+Blue) = 47+77+154=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F4D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4D9A is #D0B265. Grayscale: #4C4C4C. Windows color (decimal): -13677158 or 10112303. OLE color: 10112303.

HSL color Cylindrical-coordinate representation of color #2F4D9A: hue angle of 223.18º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F4D9A is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 77 154 -
CMYK 0.69 0.50 0 0.40
HSL 223.18º 0.53% 0.39% -
HSV(B) 223.18º 0.69% 0.6% -
XYZ 9.66 8.25 31.65 -
YUV 76.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 47 77 154 0.69 0.50 0 0.40 223.18 0.53 0.39
Hex 2F 4D 9A 45 32 0 28 DF 35 27
Octal 57 115 232 105 62 0 50 337 65 47
Binary 101111 1001101 10011010 1000101 110010 0 101000 11011111 110101 100111

Color Harmonies of #2F4D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4D9A

Black with #2F4D9A

Text Example


Text Example

White with #2F4D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,77,154); }

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

background-color css

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

 a { background-color: rgb(47,77,154); }

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

border-color css

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

 span { border-color: rgb(47,77,154); }

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