Html Css Color HEX #2F509C Tory Blue

📋 copy color: '#2F509C'

red 47 ◦ green 80 ◦ blue 156

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

Shades of Tory Blue #2F509C

Tints of Tory Blue #2F509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

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

R = 16.61%
G = 28.27%
B = 55.12%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F509C (or 0x2F509C) is known color: Tory Blue. HEX triplet: 2F, 50 and 9C. RGB value is (47,80,156). Sum of RGB (Red+Green+Blue) = 47+80+156=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F509C is #D0AF63. Grayscale: #4E4E4E. Windows color (decimal): -13676388 or 10244143. OLE color: 10244143.

HSL color Cylindrical-coordinate representation of color #2F509C: hue angle of 221.83º 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 #2F509C is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 80 156 -
CMYK 0.70 0.49 0 0.39
HSL 221.83º 0.54% 0.4% -
HSV(B) 221.83º 0.7% 0.61% -
XYZ 10.04 8.74 32.61 -
YUV 78.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 47 80 156 0.70 0.49 0 0.39 221.83 0.54 0.4
Hex 2F 50 9C 46 31 0 27 DE 36 28
Octal 57 120 234 106 61 0 47 336 66 50
Binary 101111 1010000 10011100 1000110 110001 0 100111 11011110 110110 101000

Color Harmonies of #2F509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F509C

Black with #2F509C

Text Example


Text Example

White with #2F509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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