Html Css Color HEX #425392 Tory Blue

📋 copy color: '#425392'

red 66 ◦ green 83 ◦ blue 146

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

Shades of Tory Blue #425392

Tints of Tory Blue #425392

RGB

 RED value IS 66 (26.17% from 255) = 22.37%

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 22.37%
G = 28.14%
B = 49.49%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#425392 (or 0x425392) is known color: Tory Blue. HEX triplet: 42, 53 and 92. RGB value is (66,83,146). Sum of RGB (Red+Green+Blue) = 66+83+146=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #425392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425392 is #BDAC6D. Grayscale: #545454. Windows color (decimal): -12430446 or 9589570. OLE color: 9589570.

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

Color convert

RGB 66 83 146 -
CMYK 0.55 0.43 0 0.43
HSL 227.25º 0.38% 0.42% -
HSV(B) 227.25º 0.55% 0.57% -
XYZ 10.53 9.42 28.46 -
YUV 85.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 66 83 146 0.55 0.43 0 0.43 227.25 0.38 0.42
Hex 42 53 92 37 2B 0 2B E3 26 2A
Octal 102 123 222 67 53 0 53 343 46 52
Binary 1000010 1010011 10010010 110111 101011 0 101011 11100011 100110 101010

Color Harmonies of #425392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425392

Black with #425392

Text Example


Text Example

White with #425392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425392; }

 p { color: rgb(66,83,146); }

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

background-color css

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

 a { background-color: rgb(66,83,146); }

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

border-color css

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

 span { border-color: rgb(66,83,146); }

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