Html Css Color HEX #425B8A Tory Blue

📋 copy color: '#425B8A'

red 66 ◦ green 91 ◦ blue 138

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

Shades of Tory Blue #425B8A

Tints of Tory Blue #425B8A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 22.37%
G = 30.85%
B = 46.78%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#425B8A (or 0x425B8A) is known color: Tory Blue. HEX triplet: 42, 5B and 8A. RGB value is (66,91,138). Sum of RGB (Red+Green+Blue) = 66+91+138=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #425B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B8A is #BDA475. Grayscale: #585858. Windows color (decimal): -12428406 or 9067330. OLE color: 9067330.

HSL color Cylindrical-coordinate representation of color #425B8A: hue angle of 219.17º 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 #425B8A is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 91 138 -
CMYK 0.52 0.34 0 0.46
HSL 219.17º 0.35% 0.4% -
HSV(B) 219.17º 0.52% 0.54% -
XYZ 10.58 10.48 25.51 -
YUV 88.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 66 91 138 0.52 0.34 0 0.46 219.17 0.35 0.4
Hex 42 5B 8A 34 22 0 2E DB 23 28
Octal 102 133 212 64 42 0 56 333 43 50
Binary 1000010 1011011 10001010 110100 100010 0 101110 11011011 100011 101000

Color Harmonies of #425B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B8A

Black with #425B8A

Text Example


Text Example

White with #425B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425B8A; }

 p { color: rgb(66,91,138); }

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

background-color css

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

 a { background-color: rgb(66,91,138); }

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

border-color css

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

 span { border-color: rgb(66,91,138); }

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