Html Css Color HEX #2F3A99 Tory Blue

📋 copy color: '#2F3A99'

red 47 ◦ green 58 ◦ blue 153

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

Shades of Tory Blue #2F3A99

Tints of Tory Blue #2F3A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 18.22%
G = 22.48%
B = 59.3%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F3A99 (or 0x2F3A99) is known color: Tory Blue. HEX triplet: 2F, 3A and 99. RGB value is (47,58,153). Sum of RGB (Red+Green+Blue) = 47+58+153=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F3A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3A99 is #D0C566. Grayscale: #414141. Windows color (decimal): -13682023 or 10041903. OLE color: 10041903.

HSL color Cylindrical-coordinate representation of color #2F3A99: hue angle of 233.77º 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 #2F3A99 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 58 153 -
CMYK 0.69 0.62 0 0.4
HSL 233.77º 0.53% 0.39% -
HSV(B) 233.77º 0.69% 0.6% -
XYZ 8.44 5.93 30.84 -
YUV 65.54 177.36 114.78 -
System Red Green Blue C M Y K H S L
Decimal 47 58 153 0.69 0.62 0 0.4 233.77 0.53 0.39
Hex 2F 3A 99 45 3E 0 28 EA 35 27
Octal 57 72 231 105 76 0 50 352 65 47
Binary 101111 111010 10011001 1000101 111110 0 101000 11101010 110101 100111

Color Harmonies of #2F3A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3A99

Black with #2F3A99

Text Example


Text Example

White with #2F3A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,58,153); }

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

background-color css

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

 a { background-color: rgb(47,58,153); }

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

border-color css

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

 span { border-color: rgb(47,58,153); }

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