Html Css Color HEX #42588D Tory Blue

📋 copy color: '#42588D'

red 66 ◦ green 88 ◦ blue 141

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

Shades of Tory Blue #42588D

Tints of Tory Blue #42588D

RGB

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

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

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

R = 22.37%
G = 29.83%
B = 47.8%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42588D (or 0x42588D) is known color: Tory Blue. HEX triplet: 42, 58 and 8D. RGB value is (66,88,141). Sum of RGB (Red+Green+Blue) = 66+88+141=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #42588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42588D is #BDA772. Grayscale: #575757. Windows color (decimal): -12429171 or 9263170. OLE color: 9263170.

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

Color convert

RGB 66 88 141 -
CMYK 0.53 0.38 0 0.45
HSL 222.4º 0.36% 0.41% -
HSV(B) 222.4º 0.53% 0.55% -
XYZ 10.54 10.06 26.59 -
YUV 87.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 66 88 141 0.53 0.38 0 0.45 222.4 0.36 0.41
Hex 42 58 8D 35 26 0 2D DE 24 29
Octal 102 130 215 65 46 0 55 336 44 51
Binary 1000010 1011000 10001101 110101 100110 0 101101 11011110 100100 101001

Color Harmonies of #42588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42588D

Black with #42588D

Text Example


Text Example

White with #42588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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