Html Css Color HEX #435485 Tory Blue

📋 copy color: '#435485'

red 67 ◦ green 84 ◦ blue 133

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

Shades of Tory Blue #435485

Tints of Tory Blue #435485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.83%

R = 23.59%
G = 29.58%
B = 46.83%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#435485 (or 0x435485) is known color: Tory Blue. HEX triplet: 43, 54 and 85. RGB value is (67,84,133). Sum of RGB (Red+Green+Blue) = 67+84+133=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #435485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435485 is #BCAB7A. Grayscale: #545454. Windows color (decimal): -12364667 or 8737859. OLE color: 8737859.

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

Color convert

RGB 67 84 133 -
CMYK 0.50 0.37 0 0.48
HSL 224.55º 0.33% 0.39% -
HSV(B) 224.55º 0.5% 0.52% -
XYZ 9.72 9.23 23.46 -
YUV 84.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 67 84 133 0.50 0.37 0 0.48 224.55 0.33 0.39
Hex 43 54 85 32 25 0 30 E1 21 27
Octal 103 124 205 62 45 0 60 341 41 47
Binary 1000011 1010100 10000101 110010 100101 0 110000 11100001 100001 100111

Color Harmonies of #435485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435485

Black with #435485

Text Example


Text Example

White with #435485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435485; }

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

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

background-color css

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

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

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

border-color css

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

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

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