Html Css Color HEX #35509C Tory Blue

📋 copy color: '#35509C'

red 53 ◦ green 80 ◦ blue 156

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

Shades of Tory Blue #35509C

Tints of Tory Blue #35509C

RGB

 RED value IS 53 (21.09% from 255) = 18.34%

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

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

R = 18.34%
G = 27.68%
B = 53.98%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35509C (or 0x35509C) is known color: Tory Blue. HEX triplet: 35, 50 and 9C. RGB value is (53,80,156). Sum of RGB (Red+Green+Blue) = 53+80+156=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #35509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35509C is #CAAF63. Grayscale: #505050. Windows color (decimal): -13283172 or 10244149. OLE color: 10244149.

HSL color Cylindrical-coordinate representation of color #35509C: hue angle of 224.27º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35509C is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 80 156 -
CMYK 0.66 0.49 0 0.39
HSL 224.27º 0.49% 0.41% -
HSV(B) 224.27º 0.66% 0.61% -
XYZ 10.34 8.89 32.62 -
YUV 80.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 53 80 156 0.66 0.49 0 0.39 224.27 0.49 0.41
Hex 35 50 9C 42 31 0 27 E0 31 29
Octal 65 120 234 102 61 0 47 340 61 51
Binary 110101 1010000 10011100 1000010 110001 0 100111 11100000 110001 101001

Color Harmonies of #35509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35509C

Black with #35509C

Text Example


Text Example

White with #35509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35509C; }

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

 H1.HeaderClassName
 {
   color: #35509C;
 }
 .AnyTagClassName
 {
   color: #35509C;
 }
</style>

background-color css

<style>
 a { background-color: #35509C; }

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

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

border-color css

<style>
 span { border-color: #35509C; }

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

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