Html Css Color HEX #3C588B Tory Blue

📋 copy color: '#3C588B'

red 60 ◦ green 88 ◦ blue 139

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

Shades of Tory Blue #3C588B

Tints of Tory Blue #3C588B

RGB

 RED value IS 60 (23.83% from 255) = 20.91%

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

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 20.91%
G = 30.66%
B = 48.43%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C588B (or 0x3C588B) is known color: Tory Blue. HEX triplet: 3C, 58 and 8B. RGB value is (60,88,139). Sum of RGB (Red+Green+Blue) = 60+88+139=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C588B is #C3A774. Grayscale: #555555. Windows color (decimal): -12822389 or 9132092. OLE color: 9132092.

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

Color convert

RGB 60 88 139 -
CMYK 0.57 0.37 0 0.45
HSL 218.73º 0.4% 0.39% -
HSV(B) 218.73º 0.57% 0.55% -
XYZ 10.01 9.8 25.79 -
YUV 85.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 60 88 139 0.57 0.37 0 0.45 218.73 0.4 0.39
Hex 3C 58 8B 39 25 0 2D DB 28 27
Octal 74 130 213 71 45 0 55 333 50 47
Binary 111100 1011000 10001011 111001 100101 0 101101 11011011 101000 100111

Color Harmonies of #3C588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C588B

Black with #3C588B

Text Example


Text Example

White with #3C588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,139); }

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

background-color css

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

 a { background-color: rgb(60,88,139); }

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

border-color css

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

 span { border-color: rgb(60,88,139); }

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