Html Css Color HEX #425281 Tory Blue

📋 copy color: '#425281'

red 66 ◦ green 82 ◦ blue 129

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

Shades of Tory Blue #425281

Tints of Tory Blue #425281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 129 (50.78% from 255) = 46.57%

R = 23.83%
G = 29.6%
B = 46.57%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#425281 (or 0x425281) is known color: Tory Blue. HEX triplet: 42, 52 and 81. RGB value is (66,82,129). Sum of RGB (Red+Green+Blue) = 66+82+129=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #425281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425281 is #BDAD7E. Grayscale: #525252. Windows color (decimal): -12430719 or 8475202. OLE color: 8475202.

HSL color Cylindrical-coordinate representation of color #425281: hue angle of 224.76º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #425281 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 82 129 -
CMYK 0.49 0.36 0 0.49
HSL 224.76º 0.32% 0.38% -
HSV(B) 224.76º 0.49% 0.51% -
XYZ 9.23 8.78 21.98 -
YUV 82.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 66 82 129 0.49 0.36 0 0.49 224.76 0.32 0.38
Hex 42 52 81 31 24 0 31 E1 20 26
Octal 102 122 201 61 44 0 61 341 40 46
Binary 1000010 1010010 10000001 110001 100100 0 110001 11100001 100000 100110

Color Harmonies of #425281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425281

Black with #425281

Text Example


Text Example

White with #425281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425281; }

 p { color: rgb(66,82,129); }

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

background-color css

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

 a { background-color: rgb(66,82,129); }

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

border-color css

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

 span { border-color: rgb(66,82,129); }

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