Html Css Color HEX #425892 Tory Blue

📋 copy color: '#425892'

red 66 ◦ green 88 ◦ blue 146

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

Shades of Tory Blue #425892

Tints of Tory Blue #425892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 22%
G = 29.33%
B = 48.67%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#425892 (or 0x425892) is known color: Tory Blue. HEX triplet: 42, 58 and 92. RGB value is (66,88,146). Sum of RGB (Red+Green+Blue) = 66+88+146=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #425892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425892 is #BDA76D. Grayscale: #575757. Windows color (decimal): -12429166 or 9590850. OLE color: 9590850.

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

Color convert

RGB 66 88 146 -
CMYK 0.55 0.40 0 0.43
HSL 223.5º 0.38% 0.42% -
HSV(B) 223.5º 0.55% 0.57% -
XYZ 10.92 10.21 28.59 -
YUV 88.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 66 88 146 0.55 0.40 0 0.43 223.5 0.38 0.42
Hex 42 58 92 37 28 0 2B E0 26 2A
Octal 102 130 222 67 50 0 53 340 46 52
Binary 1000010 1011000 10010010 110111 101000 0 101011 11100000 100110 101010

Color Harmonies of #425892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425892

Black with #425892

Text Example


Text Example

White with #425892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425892; }

 p { color: rgb(66,88,146); }

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

background-color css

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

 a { background-color: rgb(66,88,146); }

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

border-color css

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

 span { border-color: rgb(66,88,146); }

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