Html Css Color HEX #435084 Tory Blue

📋 copy color: '#435084'

red 67 ◦ green 80 ◦ blue 132

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

Shades of Tory Blue #435084

Tints of Tory Blue #435084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 24.01%
G = 28.67%
B = 47.31%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#435084 (or 0x435084) is known color: Tory Blue. HEX triplet: 43, 50 and 84. RGB value is (67,80,132). Sum of RGB (Red+Green+Blue) = 67+80+132=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #435084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435084 is #BCAF7B. Grayscale: #515151. Windows color (decimal): -12365692 or 8671299. OLE color: 8671299.

HSL color Cylindrical-coordinate representation of color #435084: hue angle of 228º 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 #435084 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 80 132 -
CMYK 0.49 0.39 0 0.48
HSL 228º 0.33% 0.39% -
HSV(B) 228º 0.49% 0.52% -
XYZ 9.35 8.6 23 -
YUV 82.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 67 80 132 0.49 0.39 0 0.48 228 0.33 0.39
Hex 43 50 84 31 27 0 30 E4 21 27
Octal 103 120 204 61 47 0 60 344 41 47
Binary 1000011 1010000 10000100 110001 100111 0 110000 11100100 100001 100111

Color Harmonies of #435084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435084

Black with #435084

Text Example


Text Example

White with #435084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435084; }

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

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

background-color css

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

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

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

border-color css

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

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

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