Html Css Color HEX #435082 Tory Blue

📋 copy color: '#435082'

red 67 ◦ green 80 ◦ blue 130

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

Shades of Tory Blue #435082

Tints of Tory Blue #435082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.93%

R = 24.19%
G = 28.88%
B = 46.93%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#435082 (or 0x435082) is known color: Tory Blue. HEX triplet: 43, 50 and 82. RGB value is (67,80,130). Sum of RGB (Red+Green+Blue) = 67+80+130=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #435082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435082 is #BCAF7D. Grayscale: #515151. Windows color (decimal): -12365694 or 8540227. OLE color: 8540227.

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

Color convert

RGB 67 80 130 -
CMYK 0.48 0.38 0 0.49
HSL 227.62º 0.32% 0.39% -
HSV(B) 227.62º 0.48% 0.51% -
XYZ 9.21 8.54 22.28 -
YUV 81.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 67 80 130 0.48 0.38 0 0.49 227.62 0.32 0.39
Hex 43 50 82 30 26 0 31 E4 20 27
Octal 103 120 202 60 46 0 61 344 40 47
Binary 1000011 1010000 10000010 110000 100110 0 110001 11100100 100000 100111

Color Harmonies of #435082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435082

Black with #435082

Text Example


Text Example

White with #435082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435082; }

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

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

background-color css

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

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

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

border-color css

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

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

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