Html Css Color HEX #425294 Tory Blue

📋 copy color: '#425294'

red 66 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #425294

Tints of Tory Blue #425294

RGB

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

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

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

R = 22.3%
G = 27.7%
B = 50%

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

#425294 (or 0x425294) is known color: Tory Blue. HEX triplet: 42, 52 and 94. RGB value is (66,82,148). Sum of RGB (Red+Green+Blue) = 66+82+148=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #425294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425294 is #BDAD6B. Grayscale: #545454. Windows color (decimal): -12430700 or 9720386. OLE color: 9720386.

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

Color convert

RGB 66 82 148 -
CMYK 0.55 0.45 0 0.42
HSL 228.29º 0.38% 0.42% -
HSV(B) 228.29º 0.55% 0.58% -
XYZ 10.61 9.33 29.26 -
YUV 84.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 66 82 148 0.55 0.45 0 0.42 228.29 0.38 0.42
Hex 42 52 94 37 2D 0 2A E4 26 2A
Octal 102 122 224 67 55 0 52 344 46 52
Binary 1000010 1010010 10010100 110111 101101 0 101010 11100100 100110 101010

Color Harmonies of #425294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425294

Black with #425294

Text Example


Text Example

White with #425294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425294; }

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

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

background-color css

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

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

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

border-color css

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

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

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