Html Css Color HEX #435694 Tory Blue

📋 copy color: '#435694'

red 67 ◦ green 86 ◦ blue 148

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

Shades of Tory Blue #435694

Tints of Tory Blue #435694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

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

R = 22.26%
G = 28.57%
B = 49.17%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#435694 (or 0x435694) is known color: Tory Blue. HEX triplet: 43, 56 and 94. RGB value is (67,86,148). Sum of RGB (Red+Green+Blue) = 67+86+148=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #435694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435694 is #BCA96B. Grayscale: #575757. Windows color (decimal): -12364140 or 9721411. OLE color: 9721411.

HSL color Cylindrical-coordinate representation of color #435694: hue angle of 225.93º 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 #435694 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 86 148 -
CMYK 0.55 0.42 0 0.42
HSL 225.93º 0.38% 0.42% -
HSV(B) 225.93º 0.55% 0.58% -
XYZ 10.99 9.99 29.37 -
YUV 87.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 67 86 148 0.55 0.42 0 0.42 225.93 0.38 0.42
Hex 43 56 94 37 2A 0 2A E2 26 2A
Octal 103 126 224 67 52 0 52 342 46 52
Binary 1000011 1010110 10010100 110111 101010 0 101010 11100010 100110 101010

Color Harmonies of #435694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435694

Black with #435694

Text Example


Text Example

White with #435694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435694; }

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

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

background-color css

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

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

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

border-color css

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

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

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