Html Css Color HEX #435294 Tory Blue

📋 copy color: '#435294'

red 67 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #435294

Tints of Tory Blue #435294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.83%

R = 22.56%
G = 27.61%
B = 49.83%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#435294 (or 0x435294) is known color: Tory Blue. HEX triplet: 43, 52 and 94. RGB value is (67,82,148). Sum of RGB (Red+Green+Blue) = 67+82+148=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #435294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435294 is #BCAD6B. Grayscale: #545454. Windows color (decimal): -12365164 or 9720387. OLE color: 9720387.

HSL color Cylindrical-coordinate representation of color #435294: hue angle of 228.89º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #435294 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 82 148 -
CMYK 0.55 0.45 0 0.42
HSL 228.89º 0.38% 0.42% -
HSV(B) 228.89º 0.55% 0.58% -
XYZ 10.68 9.37 29.26 -
YUV 85.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 67 82 148 0.55 0.45 0 0.42 228.89 0.38 0.42
Hex 43 52 94 37 2D 0 2A E5 26 2A
Octal 103 122 224 67 55 0 52 345 46 52
Binary 1000011 1010010 10010100 110111 101101 0 101010 11100101 100110 101010

Color Harmonies of #435294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435294

Black with #435294

Text Example


Text Example

White with #435294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435294; }

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

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

background-color css

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

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

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

border-color css

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

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

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