Html Css Color HEX #2F468C Tory Blue

📋 copy color: '#2F468C'

red 47 ◦ green 70 ◦ blue 140

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

Shades of Tory Blue #2F468C

Tints of Tory Blue #2F468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 140 (55.08% from 255) = 54.47%

R = 18.29%
G = 27.24%
B = 54.47%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F468C (or 0x2F468C) is known color: Tory Blue. HEX triplet: 2F, 46 and 8C. RGB value is (47,70,140). Sum of RGB (Red+Green+Blue) = 47+70+140=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F468C is #D0B973. Grayscale: #464646. Windows color (decimal): -13678964 or 9193007. OLE color: 9193007.

HSL color Cylindrical-coordinate representation of color #2F468C: hue angle of 225.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F468C is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 70 140 -
CMYK 0.66 0.50 0 0.45
HSL 225.16º 0.5% 0.37% -
HSV(B) 225.16º 0.66% 0.55% -
XYZ 8.1 6.88 25.71 -
YUV 71.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 47 70 140 0.66 0.50 0 0.45 225.16 0.5 0.37
Hex 2F 46 8C 42 32 0 2D E1 32 25
Octal 57 106 214 102 62 0 55 341 62 45
Binary 101111 1000110 10001100 1000010 110010 0 101101 11100001 110010 100101

Color Harmonies of #2F468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F468C

Black with #2F468C

Text Example


Text Example

White with #2F468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,70,140); }

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

background-color css

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

 a { background-color: rgb(47,70,140); }

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

border-color css

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

 span { border-color: rgb(47,70,140); }

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