Html Css Color HEX #425084 Tory Blue

📋 copy color: '#425084'

red 66 ◦ green 80 ◦ blue 132

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

Shades of Tory Blue #425084

Tints of Tory Blue #425084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 132 (51.95% from 255) = 47.48%

R = 23.74%
G = 28.78%
B = 47.48%

CMYK

 C value IS 0.5

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#425084 (or 0x425084) is known color: Tory Blue. HEX triplet: 42, 50 and 84. RGB value is (66,80,132). Sum of RGB (Red+Green+Blue) = 66+80+132=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #425084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425084 is #BDAF7B. Grayscale: #515151. Windows color (decimal): -12431228 or 8671298. OLE color: 8671298.

HSL color Cylindrical-coordinate representation of color #425084: hue angle of 227.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425084 is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 80 132 -
CMYK 0.5 0.39 0 0.48
HSL 227.27º 0.33% 0.39% -
HSV(B) 227.27º 0.5% 0.52% -
XYZ 9.28 8.56 22.99 -
YUV 81.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 66 80 132 0.5 0.39 0 0.48 227.27 0.33 0.39
Hex 42 50 84 32 27 0 30 E3 21 27
Octal 102 120 204 62 47 0 60 343 41 47
Binary 1000010 1010000 10000100 110010 100111 0 110000 11100011 100001 100111

Color Harmonies of #425084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425084

Black with #425084

Text Example


Text Example

White with #425084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425084; }

 p { color: rgb(66,80,132); }

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

background-color css

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

 a { background-color: rgb(66,80,132); }

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

border-color css

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

 span { border-color: rgb(66,80,132); }

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