Html Css Color HEX #435595 Tory Blue

📋 copy color: '#435595'

red 67 ◦ green 85 ◦ blue 149

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

Shades of Tory Blue #435595

Tints of Tory Blue #435595

RGB

 RED value IS 67 (26.56% from 255) = 22.26%

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 22.26%
G = 28.24%
B = 49.5%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#435595 (or 0x435595) is known color: Tory Blue. HEX triplet: 43, 55 and 95. RGB value is (67,85,149). Sum of RGB (Red+Green+Blue) = 67+85+149=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #435595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435595 is #BCAA6A. Grayscale: #565656. Windows color (decimal): -12364395 or 9786691. OLE color: 9786691.

HSL color Cylindrical-coordinate representation of color #435595: hue angle of 226.83º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #435595 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 85 149 -
CMYK 0.55 0.43 0 0.42
HSL 226.83º 0.38% 0.42% -
HSV(B) 226.83º 0.55% 0.58% -
XYZ 10.99 9.86 29.76 -
YUV 86.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 67 85 149 0.55 0.43 0 0.42 226.83 0.38 0.42
Hex 43 55 95 37 2B 0 2A E3 26 2A
Octal 103 125 225 67 53 0 52 343 46 52
Binary 1000011 1010101 10010101 110111 101011 0 101010 11100011 100110 101010

Color Harmonies of #435595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435595

Black with #435595

Text Example


Text Example

White with #435595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435595; }

 p { color: rgb(67,85,149); }

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

background-color css

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

 a { background-color: rgb(67,85,149); }

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

border-color css

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

 span { border-color: rgb(67,85,149); }

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