Html Css Color HEX #3F509A Tory Blue

📋 copy color: '#3F509A'

red 63 ◦ green 80 ◦ blue 154

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

Shades of Tory Blue #3F509A

Tints of Tory Blue #3F509A

RGB

 RED value IS 63 (25% from 255) = 21.21%

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

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 21.21%
G = 26.94%
B = 51.85%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3F509A (or 0x3F509A) is known color: Tory Blue. HEX triplet: 3F, 50 and 9A. RGB value is (63,80,154). Sum of RGB (Red+Green+Blue) = 63+80+154=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F509A is #C0AF65. Grayscale: #535353. Windows color (decimal): -12627814 or 10113087. OLE color: 10113087.

HSL color Cylindrical-coordinate representation of color #3F509A: hue angle of 228.79º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F509A is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 80 154 -
CMYK 0.59 0.48 0 0.40
HSL 228.79º 0.42% 0.43% -
HSV(B) 228.79º 0.59% 0.6% -
XYZ 10.75 9.13 31.77 -
YUV 83.35 167.87 113.48 -
System Red Green Blue C M Y K H S L
Decimal 63 80 154 0.59 0.48 0 0.40 228.79 0.42 0.43
Hex 3F 50 9A 3B 30 0 28 E5 2A 2B
Octal 77 120 232 73 60 0 50 345 52 53
Binary 111111 1010000 10011010 111011 110000 0 101000 11100101 101010 101011

Color Harmonies of #3F509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F509A

Black with #3F509A

Text Example


Text Example

White with #3F509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F509A; }

 p { color: rgb(63,80,154); }

 H1.HeaderClassName
 {
   color: #3F509A;
 }
 .AnyTagClassName
 {
   color: #3F509A;
 }
</style>

background-color css

<style>
 a { background-color: #3F509A; }

 a { background-color: rgb(63,80,154); }

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

border-color css

<style>
 span { border-color: #3F509A; }

 span { border-color: rgb(63,80,154); }

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