Html Css Color HEX #435291 Tory Blue

📋 copy color: '#435291'

red 67 ◦ green 82 ◦ blue 145

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

Shades of Tory Blue #435291

Tints of Tory Blue #435291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 22.79%
G = 27.89%
B = 49.32%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#435291 (or 0x435291) is known color: Tory Blue. HEX triplet: 43, 52 and 91. RGB value is (67,82,145). Sum of RGB (Red+Green+Blue) = 67+82+145=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #435291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435291 is #BCAD6E. Grayscale: #545454. Windows color (decimal): -12365167 or 9523779. OLE color: 9523779.

HSL color Cylindrical-coordinate representation of color #435291: hue angle of 228.46º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #435291 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 82 145 -
CMYK 0.54 0.43 0 0.43
HSL 228.46º 0.37% 0.42% -
HSV(B) 228.46º 0.54% 0.57% -
XYZ 10.44 9.27 28.03 -
YUV 84.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 67 82 145 0.54 0.43 0 0.43 228.46 0.37 0.42
Hex 43 52 91 36 2B 0 2B E4 25 2A
Octal 103 122 221 66 53 0 53 344 45 52
Binary 1000011 1010010 10010001 110110 101011 0 101011 11100100 100101 101010

Color Harmonies of #435291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435291

Black with #435291

Text Example


Text Example

White with #435291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435291; }

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

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

background-color css

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

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

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

border-color css

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

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

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