Html Css Color HEX #425094 Tory Blue

📋 copy color: '#425094'

red 66 ◦ green 80 ◦ blue 148

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

Shades of Tory Blue #425094

Tints of Tory Blue #425094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.34%

R = 22.45%
G = 27.21%
B = 50.34%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#425094 (or 0x425094) is known color: Tory Blue. HEX triplet: 42, 50 and 94. RGB value is (66,80,148). Sum of RGB (Red+Green+Blue) = 66+80+148=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #425094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425094 is #BDAF6B. Grayscale: #535353. Windows color (decimal): -12431212 or 9719874. OLE color: 9719874.

HSL color Cylindrical-coordinate representation of color #425094: hue angle of 229.76º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425094 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 80 148 -
CMYK 0.55 0.46 0 0.42
HSL 229.76º 0.38% 0.42% -
HSV(B) 229.76º 0.55% 0.58% -
XYZ 10.46 9.03 29.21 -
YUV 83.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 66 80 148 0.55 0.46 0 0.42 229.76 0.38 0.42
Hex 42 50 94 37 2E 0 2A E6 26 2A
Octal 102 120 224 67 56 0 52 346 46 52
Binary 1000010 1010000 10010100 110111 101110 0 101010 11100110 100110 101010

Color Harmonies of #425094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425094

Black with #425094

Text Example


Text Example

White with #425094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425094; }

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

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

background-color css

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

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

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

border-color css

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

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

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