Html Css Color HEX #42558D Tory Blue

📋 copy color: '#42558D'

red 66 ◦ green 85 ◦ blue 141

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

Shades of Tory Blue #42558D

Tints of Tory Blue #42558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

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

R = 22.6%
G = 29.11%
B = 48.29%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42558D (or 0x42558D) is known color: Tory Blue. HEX triplet: 42, 55 and 8D. RGB value is (66,85,141). Sum of RGB (Red+Green+Blue) = 66+85+141=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #42558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42558D is #BDAA72. Grayscale: #555555. Windows color (decimal): -12429939 or 9262402. OLE color: 9262402.

HSL color Cylindrical-coordinate representation of color #42558D: hue angle of 224.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 #42558D is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 85 141 -
CMYK 0.53 0.40 0 0.45
HSL 224.8º 0.36% 0.41% -
HSV(B) 224.8º 0.53% 0.55% -
XYZ 10.3 9.58 26.51 -
YUV 85.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 66 85 141 0.53 0.40 0 0.45 224.8 0.36 0.41
Hex 42 55 8D 35 28 0 2D E1 24 29
Octal 102 125 215 65 50 0 55 341 44 51
Binary 1000010 1010101 10001101 110101 101000 0 101101 11100001 100100 101001

Color Harmonies of #42558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42558D

Black with #42558D

Text Example


Text Example

White with #42558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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