Html Css Color HEX #2F489C Tory Blue

📋 copy color: '#2F489C'

red 47 ◦ green 72 ◦ blue 156

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

Shades of Tory Blue #2F489C

Tints of Tory Blue #2F489C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 17.09%
G = 26.18%
B = 56.73%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F489C (or 0x2F489C) is known color: Tory Blue. HEX triplet: 2F, 48 and 9C. RGB value is (47,72,156). Sum of RGB (Red+Green+Blue) = 47+72+156=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F489C is #D0B763. Grayscale: #494949. Windows color (decimal): -13678436 or 10242095. OLE color: 10242095.

HSL color Cylindrical-coordinate representation of color #2F489C: hue angle of 226.24º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F489C is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 72 156 -
CMYK 0.70 0.54 0 0.39
HSL 226.24º 0.54% 0.4% -
HSV(B) 226.24º 0.7% 0.61% -
XYZ 9.49 7.64 32.43 -
YUV 74.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 47 72 156 0.70 0.54 0 0.39 226.24 0.54 0.4
Hex 2F 48 9C 46 36 0 27 E2 36 28
Octal 57 110 234 106 66 0 47 342 66 50
Binary 101111 1001000 10011100 1000110 110110 0 100111 11100010 110110 101000

Color Harmonies of #2F489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F489C

Black with #2F489C

Text Example


Text Example

White with #2F489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,156); }

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

background-color css

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

 a { background-color: rgb(47,72,156); }

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

border-color css

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

 span { border-color: rgb(47,72,156); }

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