Html Css Color HEX #425389 Tory Blue

📋 copy color: '#425389'

red 66 ◦ green 83 ◦ blue 137

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

Shades of Tory Blue #425389

Tints of Tory Blue #425389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 23.08%
G = 29.02%
B = 47.9%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#425389 (or 0x425389) is known color: Tory Blue. HEX triplet: 42, 53 and 89. RGB value is (66,83,137). Sum of RGB (Red+Green+Blue) = 66+83+137=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #425389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425389 is #BDAC76. Grayscale: #535353. Windows color (decimal): -12430455 or 8999746. OLE color: 8999746.

HSL color Cylindrical-coordinate representation of color #425389: hue angle of 225.63º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #425389 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 83 137 -
CMYK 0.52 0.39 0 0.46
HSL 225.63º 0.35% 0.4% -
HSV(B) 225.63º 0.52% 0.54% -
XYZ 9.86 9.15 24.91 -
YUV 84.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 66 83 137 0.52 0.39 0 0.46 225.63 0.35 0.4
Hex 42 53 89 34 27 0 2E E2 23 28
Octal 102 123 211 64 47 0 56 342 43 50
Binary 1000010 1010011 10001001 110100 100111 0 101110 11100010 100011 101000

Color Harmonies of #425389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425389

Black with #425389

Text Example


Text Example

White with #425389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425389; }

 p { color: rgb(66,83,137); }

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

background-color css

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

 a { background-color: rgb(66,83,137); }

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

border-color css

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

 span { border-color: rgb(66,83,137); }

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