Html Css Color HEX #435386 Tory Blue

📋 copy color: '#435386'

red 67 ◦ green 83 ◦ blue 134

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

Shades of Tory Blue #435386

Tints of Tory Blue #435386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

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

R = 23.59%
G = 29.23%
B = 47.18%

CMYK

 C value IS 0.5

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#435386 (or 0x435386) is known color: Tory Blue. HEX triplet: 43, 53 and 86. RGB value is (67,83,134). Sum of RGB (Red+Green+Blue) = 67+83+134=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #435386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435386 is #BCAC79. Grayscale: #535353. Windows color (decimal): -12364922 or 8803139. OLE color: 8803139.

HSL color Cylindrical-coordinate representation of color #435386: hue angle of 225.67º 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 #435386 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 83 134 -
CMYK 0.5 0.38 0 0.47
HSL 225.67º 0.33% 0.39% -
HSV(B) 225.67º 0.5% 0.53% -
XYZ 9.71 9.1 23.8 -
YUV 84.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 67 83 134 0.5 0.38 0 0.47 225.67 0.33 0.39
Hex 43 53 86 32 26 0 2F E2 21 27
Octal 103 123 206 62 46 0 57 342 41 47
Binary 1000011 1010011 10000110 110010 100110 0 101111 11100010 100001 100111

Color Harmonies of #435386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435386

Black with #435386

Text Example


Text Example

White with #435386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435386; }

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

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

background-color css

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

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

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

border-color css

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

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

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