Html Css Color HEX #435486 Tory Blue

📋 copy color: '#435486'

red 67 ◦ green 84 ◦ blue 134

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

Shades of Tory Blue #435486

Tints of Tory Blue #435486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 23.51%
G = 29.47%
B = 47.02%

CMYK

 C value IS 0.5

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#435486 (or 0x435486) is known color: Tory Blue. HEX triplet: 43, 54 and 86. RGB value is (67,84,134). Sum of RGB (Red+Green+Blue) = 67+84+134=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #435486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435486 is #BCAB79. Grayscale: #545454. Windows color (decimal): -12364666 or 8803395. OLE color: 8803395.

HSL color Cylindrical-coordinate representation of color #435486: hue angle of 224.78º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #435486 is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 84 134 -
CMYK 0.5 0.37 0 0.47
HSL 224.78º 0.33% 0.39% -
HSV(B) 224.78º 0.5% 0.53% -
XYZ 9.79 9.26 23.82 -
YUV 84.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 67 84 134 0.5 0.37 0 0.47 224.78 0.33 0.39
Hex 43 54 86 32 25 0 2F E1 21 27
Octal 103 124 206 62 45 0 57 341 41 47
Binary 1000011 1010100 10000110 110010 100101 0 101111 11100001 100001 100111

Color Harmonies of #435486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435486

Black with #435486

Text Example


Text Example

White with #435486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435486; }

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

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

background-color css

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

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

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

border-color css

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

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

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