Html Css Color HEX #2F458D Tory Blue

📋 copy color: '#2F458D'

red 47 ◦ green 69 ◦ blue 141

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

Shades of Tory Blue #2F458D

Tints of Tory Blue #2F458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 18.29%
G = 26.85%
B = 54.86%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F458D (or 0x2F458D) is known color: Tory Blue. HEX triplet: 2F, 45 and 8D. RGB value is (47,69,141). Sum of RGB (Red+Green+Blue) = 47+69+141=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F458D is #D0BA72. Grayscale: #464646. Windows color (decimal): -13679219 or 9258287. OLE color: 9258287.

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

Color convert

RGB 47 69 141 -
CMYK 0.67 0.51 0 0.45
HSL 225.96º 0.5% 0.37% -
HSV(B) 225.96º 0.67% 0.55% -
XYZ 8.11 6.78 26.08 -
YUV 70.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 47 69 141 0.67 0.51 0 0.45 225.96 0.5 0.37
Hex 2F 45 8D 43 33 0 2D E2 32 25
Octal 57 105 215 103 63 0 55 342 62 45
Binary 101111 1000101 10001101 1000011 110011 0 101101 11100010 110010 100101

Color Harmonies of #2F458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F458D

Black with #2F458D

Text Example


Text Example

White with #2F458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,69,141); }

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

background-color css

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

 a { background-color: rgb(47,69,141); }

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

border-color css

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

 span { border-color: rgb(47,69,141); }

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