Html Css Color HEX #425182 Tory Blue

📋 copy color: '#425182'

red 66 ◦ green 81 ◦ blue 130

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

Shades of Tory Blue #425182

Tints of Tory Blue #425182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

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

R = 23.83%
G = 29.24%
B = 46.93%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#425182 (or 0x425182) is known color: Tory Blue. HEX triplet: 42, 51 and 82. RGB value is (66,81,130). Sum of RGB (Red+Green+Blue) = 66+81+130=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #425182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425182 is #BDAE7D. Grayscale: #515151. Windows color (decimal): -12430974 or 8540482. OLE color: 8540482.

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

Color convert

RGB 66 81 130 -
CMYK 0.49 0.38 0 0.49
HSL 225.94º 0.33% 0.38% -
HSV(B) 225.94º 0.49% 0.51% -
XYZ 9.22 8.65 22.3 -
YUV 82.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 66 81 130 0.49 0.38 0 0.49 225.94 0.33 0.38
Hex 42 51 82 31 26 0 31 E2 21 26
Octal 102 121 202 61 46 0 61 342 41 46
Binary 1000010 1010001 10000010 110001 100110 0 110001 11100010 100001 100110

Color Harmonies of #425182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425182

Black with #425182

Text Example


Text Example

White with #425182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425182; }

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

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

background-color css

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

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

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

border-color css

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

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

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