Html Css Color HEX #425282 Tory Blue

📋 copy color: '#425282'

red 66 ◦ green 82 ◦ blue 130

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

Shades of Tory Blue #425282

Tints of Tory Blue #425282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.76%

R = 23.74%
G = 29.5%
B = 46.76%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#425282 (or 0x425282) is known color: Tory Blue. HEX triplet: 42, 52 and 82. RGB value is (66,82,130). Sum of RGB (Red+Green+Blue) = 66+82+130=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #425282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425282 is #BDAD7D. Grayscale: #525252. Windows color (decimal): -12430718 or 8540738. OLE color: 8540738.

HSL color Cylindrical-coordinate representation of color #425282: hue angle of 225º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #425282 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 82 130 -
CMYK 0.49 0.37 0 0.49
HSL 225º 0.33% 0.38% -
HSV(B) 225º 0.49% 0.51% -
XYZ 9.29 8.8 22.33 -
YUV 82.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 66 82 130 0.49 0.37 0 0.49 225 0.33 0.38
Hex 42 52 82 31 25 0 31 E1 21 26
Octal 102 122 202 61 45 0 61 341 41 46
Binary 1000010 1010010 10000010 110001 100101 0 110001 11100001 100001 100110

Color Harmonies of #425282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425282

Black with #425282

Text Example


Text Example

White with #425282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425282; }

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

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

background-color css

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

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

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

border-color css

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

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

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