Html Css Color HEX #435281 Tory Blue

📋 copy color: '#435281'

red 67 ◦ green 82 ◦ blue 129

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

Shades of Tory Blue #435281

Tints of Tory Blue #435281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

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

R = 24.1%
G = 29.5%
B = 46.4%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#435281 (or 0x435281) is known color: Tory Blue. HEX triplet: 43, 52 and 81. RGB value is (67,82,129). Sum of RGB (Red+Green+Blue) = 67+82+129=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #435281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435281 is #BCAD7E. Grayscale: #525252. Windows color (decimal): -12365183 or 8475203. OLE color: 8475203.

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

Color convert

RGB 67 82 129 -
CMYK 0.48 0.36 0 0.49
HSL 225.48º 0.32% 0.38% -
HSV(B) 225.48º 0.48% 0.51% -
XYZ 9.29 8.81 21.98 -
YUV 82.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 67 82 129 0.48 0.36 0 0.49 225.48 0.32 0.38
Hex 43 52 81 30 24 0 31 E1 20 26
Octal 103 122 201 60 44 0 61 341 40 46
Binary 1000011 1010010 10000001 110000 100100 0 110001 11100001 100000 100110

Color Harmonies of #435281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435281

Black with #435281

Text Example


Text Example

White with #435281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435281; }

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

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

background-color css

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

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

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

border-color css

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

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

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