Html Css Color HEX #35419F Tory Blue

📋 copy color: '#35419F'

red 53 ◦ green 65 ◦ blue 159

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

Shades of Tory Blue #35419F

Tints of Tory Blue #35419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 19.13%
G = 23.47%
B = 57.4%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35419F (or 0x35419F) is known color: Tory Blue. HEX triplet: 35, 41 and 9F. RGB value is (53,65,159). Sum of RGB (Red+Green+Blue) = 53+65+159=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #35419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35419F is #CABE60. Grayscale: #474747. Windows color (decimal): -13287009 or 10436917. OLE color: 10436917.

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

Color convert

RGB 53 65 159 -
CMYK 0.67 0.59 0 0.38
HSL 233.21º 0.5% 0.42% -
HSV(B) 233.21º 0.67% 0.62% -
XYZ 9.62 7.04 33.65 -
YUV 72.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 53 65 159 0.67 0.59 0 0.38 233.21 0.5 0.42
Hex 35 41 9F 43 3B 0 26 E9 32 2A
Octal 65 101 237 103 73 0 46 351 62 52
Binary 110101 1000001 10011111 1000011 111011 0 100110 11101001 110010 101010

Color Harmonies of #35419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35419F

Black with #35419F

Text Example


Text Example

White with #35419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35419F; }

 p { color: rgb(53,65,159); }

 H1.HeaderClassName
 {
   color: #35419F;
 }
 .AnyTagClassName
 {
   color: #35419F;
 }
</style>

background-color css

<style>
 a { background-color: #35419F; }

 a { background-color: rgb(53,65,159); }

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

border-color css

<style>
 span { border-color: #35419F; }

 span { border-color: rgb(53,65,159); }

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