Html Css Color HEX #42508D Tory Blue

📋 copy color: '#42508D'

red 66 ◦ green 80 ◦ blue 141

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

Shades of Tory Blue #42508D

Tints of Tory Blue #42508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 23%
G = 27.87%
B = 49.13%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42508D (or 0x42508D) is known color: Tory Blue. HEX triplet: 42, 50 and 8D. RGB value is (66,80,141). Sum of RGB (Red+Green+Blue) = 66+80+141=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #42508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42508D is #BDAF72. Grayscale: #525252. Windows color (decimal): -12431219 or 9261122. OLE color: 9261122.

HSL color Cylindrical-coordinate representation of color #42508D: hue angle of 228.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42508D is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 80 141 -
CMYK 0.53 0.43 0 0.45
HSL 228.8º 0.36% 0.41% -
HSV(B) 228.8º 0.53% 0.55% -
XYZ 9.92 8.82 26.38 -
YUV 82.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 66 80 141 0.53 0.43 0 0.45 228.8 0.36 0.41
Hex 42 50 8D 35 2B 0 2D E5 24 29
Octal 102 120 215 65 53 0 55 345 44 51
Binary 1000010 1010000 10001101 110101 101011 0 101101 11100101 100100 101001

Color Harmonies of #42508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42508D

Black with #42508D

Text Example


Text Example

White with #42508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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