Html Css Color HEX #435495 Tory Blue

📋 copy color: '#435495'

red 67 ◦ green 84 ◦ blue 149

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

Shades of Tory Blue #435495

Tints of Tory Blue #435495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

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

R = 22.33%
G = 28%
B = 49.67%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#435495 (or 0x435495) is known color: Tory Blue. HEX triplet: 43, 54 and 95. RGB value is (67,84,149). Sum of RGB (Red+Green+Blue) = 67+84+149=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #435495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435495 is #BCAB6A. Grayscale: #565656. Windows color (decimal): -12364651 or 9786435. OLE color: 9786435.

HSL color Cylindrical-coordinate representation of color #435495: hue angle of 227.56º 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 #435495 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 84 149 -
CMYK 0.55 0.44 0 0.42
HSL 227.56º 0.38% 0.42% -
HSV(B) 227.56º 0.55% 0.58% -
XYZ 10.91 9.7 29.73 -
YUV 86.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 67 84 149 0.55 0.44 0 0.42 227.56 0.38 0.42
Hex 43 54 95 37 2C 0 2A E4 26 2A
Octal 103 124 225 67 54 0 52 344 46 52
Binary 1000011 1010100 10010101 110111 101100 0 101010 11100100 100110 101010

Color Harmonies of #435495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435495

Black with #435495

Text Example


Text Example

White with #435495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435495; }

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

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

background-color css

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

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

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

border-color css

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

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

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