Html Css Color HEX #435081 Tory Blue

📋 copy color: '#435081'

red 67 ◦ green 80 ◦ blue 129

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

Shades of Tory Blue #435081

Tints of Tory Blue #435081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 24.28%
G = 28.99%
B = 46.74%

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

#435081 (or 0x435081) is known color: Tory Blue. HEX triplet: 43, 50 and 81. RGB value is (67,80,129). Sum of RGB (Red+Green+Blue) = 67+80+129=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #435081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435081 is #BCAF7E. Grayscale: #515151. Windows color (decimal): -12365695 or 8474691. OLE color: 8474691.

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

Color convert

RGB 67 80 129 -
CMYK 0.48 0.38 0 0.49
HSL 227.42º 0.32% 0.38% -
HSV(B) 227.42º 0.48% 0.51% -
XYZ 9.15 8.52 21.93 -
YUV 81.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 67 80 129 0.48 0.38 0 0.49 227.42 0.32 0.38
Hex 43 50 81 30 26 0 31 E3 20 26
Octal 103 120 201 60 46 0 61 343 40 46
Binary 1000011 1010000 10000001 110000 100110 0 110001 11100011 100000 100110

Color Harmonies of #435081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435081

Black with #435081

Text Example


Text Example

White with #435081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435081; }

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

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

background-color css

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

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

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

border-color css

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

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

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