Html Css Color HEX #435484 Tory Blue

📋 copy color: '#435484'

red 67 ◦ green 84 ◦ blue 132

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

Shades of Tory Blue #435484

Tints of Tory Blue #435484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 23.67%
G = 29.68%
B = 46.64%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#435484 (or 0x435484) is known color: Tory Blue. HEX triplet: 43, 54 and 84. RGB value is (67,84,132). Sum of RGB (Red+Green+Blue) = 67+84+132=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #435484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435484 is #BCAB7B. Grayscale: #545454. Windows color (decimal): -12364668 or 8672323. OLE color: 8672323.

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

Color convert

RGB 67 84 132 -
CMYK 0.49 0.36 0 0.48
HSL 224.31º 0.33% 0.39% -
HSV(B) 224.31º 0.49% 0.52% -
XYZ 9.65 9.2 23.1 -
YUV 84.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 67 84 132 0.49 0.36 0 0.48 224.31 0.33 0.39
Hex 43 54 84 31 24 0 30 E0 21 27
Octal 103 124 204 61 44 0 60 340 41 47
Binary 1000011 1010100 10000100 110001 100100 0 110000 11100000 100001 100111

Color Harmonies of #435484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435484

Black with #435484

Text Example


Text Example

White with #435484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435484; }

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

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

background-color css

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

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

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

border-color css

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

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

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