Html Css Color HEX #425785 Tory Blue

📋 copy color: '#425785'

red 66 ◦ green 87 ◦ blue 133

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

Shades of Tory Blue #425785

Tints of Tory Blue #425785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 133 (52.34% from 255) = 46.5%

R = 23.08%
G = 30.42%
B = 46.5%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#425785 (or 0x425785) is known color: Tory Blue. HEX triplet: 42, 57 and 85. RGB value is (66,87,133). Sum of RGB (Red+Green+Blue) = 66+87+133=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #425785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425785 is #BDA87A. Grayscale: #555555. Windows color (decimal): -12429435 or 8738626. OLE color: 8738626.

HSL color Cylindrical-coordinate representation of color #425785: hue angle of 221.19º degrees, saturation: 0.34, 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 #425785 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 87 133 -
CMYK 0.50 0.35 0 0.48
HSL 221.19º 0.34% 0.39% -
HSV(B) 221.19º 0.5% 0.52% -
XYZ 9.89 9.67 23.54 -
YUV 85.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 66 87 133 0.50 0.35 0 0.48 221.19 0.34 0.39
Hex 42 57 85 32 23 0 30 DD 22 27
Octal 102 127 205 62 43 0 60 335 42 47
Binary 1000010 1010111 10000101 110010 100011 0 110000 11011101 100010 100111

Color Harmonies of #425785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425785

Black with #425785

Text Example


Text Example

White with #425785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425785; }

 p { color: rgb(66,87,133); }

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

background-color css

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

 a { background-color: rgb(66,87,133); }

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

border-color css

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

 span { border-color: rgb(66,87,133); }

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