Html Css Color HEX #35409D Tory Blue

📋 copy color: '#35409D'

red 53 ◦ green 64 ◦ blue 157

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

Shades of Tory Blue #35409D

Tints of Tory Blue #35409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 19.34%
G = 23.36%
B = 57.3%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35409D (or 0x35409D) is known color: Tory Blue. HEX triplet: 35, 40 and 9D. RGB value is (53,64,157). Sum of RGB (Red+Green+Blue) = 53+64+157=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #35409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35409D is #CABF62. Grayscale: #464646. Windows color (decimal): -13287267 or 10305589. OLE color: 10305589.

HSL color Cylindrical-coordinate representation of color #35409D: hue angle of 233.65º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35409D is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 64 157 -
CMYK 0.66 0.59 0 0.38
HSL 233.65º 0.5% 0.41% -
HSV(B) 233.65º 0.66% 0.62% -
XYZ 9.39 6.86 32.73 -
YUV 71.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 53 64 157 0.66 0.59 0 0.38 233.65 0.5 0.41
Hex 35 40 9D 42 3B 0 26 EA 32 29
Octal 65 100 235 102 73 0 46 352 62 51
Binary 110101 1000000 10011101 1000010 111011 0 100110 11101010 110010 101001

Color Harmonies of #35409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35409D

Black with #35409D

Text Example


Text Example

White with #35409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35409D; }

 p { color: rgb(53,64,157); }

 H1.HeaderClassName
 {
   color: #35409D;
 }
 .AnyTagClassName
 {
   color: #35409D;
 }
</style>

background-color css

<style>
 a { background-color: #35409D; }

 a { background-color: rgb(53,64,157); }

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

border-color css

<style>
 span { border-color: #35409D; }

 span { border-color: rgb(53,64,157); }

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