Html Css Color HEX #42588C Tory Blue

📋 copy color: '#42588C'

red 66 ◦ green 88 ◦ blue 140

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

Shades of Tory Blue #42588C

Tints of Tory Blue #42588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 22.45%
G = 29.93%
B = 47.62%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42588C (or 0x42588C) is known color: Tory Blue. HEX triplet: 42, 58 and 8C. RGB value is (66,88,140). Sum of RGB (Red+Green+Blue) = 66+88+140=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #42588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42588C is #BDA773. Grayscale: #575757. Windows color (decimal): -12429172 or 9197634. OLE color: 9197634.

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

Color convert

RGB 66 88 140 -
CMYK 0.53 0.37 0 0.45
HSL 222.16º 0.36% 0.4% -
HSV(B) 222.16º 0.53% 0.55% -
XYZ 10.47 10.03 26.2 -
YUV 87.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 66 88 140 0.53 0.37 0 0.45 222.16 0.36 0.4
Hex 42 58 8C 35 25 0 2D DE 24 28
Octal 102 130 214 65 45 0 55 336 44 50
Binary 1000010 1011000 10001100 110101 100101 0 101101 11011110 100100 101000

Color Harmonies of #42588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42588C

Black with #42588C

Text Example


Text Example

White with #42588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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