Html Css Color HEX #3E588C Tory Blue

📋 copy color: '#3E588C'

red 62 ◦ green 88 ◦ blue 140

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

Shades of Tory Blue #3E588C

Tints of Tory Blue #3E588C

RGB

 RED value IS 62 (24.61% from 255) = 21.38%

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

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

R = 21.38%
G = 30.34%
B = 48.28%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E588C (or 0x3E588C) is known color: Tory Blue. HEX triplet: 3E, 58 and 8C. RGB value is (62,88,140). Sum of RGB (Red+Green+Blue) = 62+88+140=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E588C is #C1A773. Grayscale: #555555. Windows color (decimal): -12691316 or 9197630. OLE color: 9197630.

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

Color convert

RGB 62 88 140 -
CMYK 0.56 0.37 0 0.45
HSL 220º 0.39% 0.4% -
HSV(B) 220º 0.56% 0.55% -
XYZ 10.21 9.9 26.18 -
YUV 86.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 62 88 140 0.56 0.37 0 0.45 220 0.39 0.4
Hex 3E 58 8C 38 25 0 2D DC 27 28
Octal 76 130 214 70 45 0 55 334 47 50
Binary 111110 1011000 10001100 111000 100101 0 101101 11011100 100111 101000

Color Harmonies of #3E588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E588C

Black with #3E588C

Text Example


Text Example

White with #3E588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E588C; }

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

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

background-color css

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

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

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

border-color css

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

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

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