Html Css Color HEX #3D588B Tory Blue

📋 copy color: '#3D588B'

red 61 ◦ green 88 ◦ blue 139

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

Shades of Tory Blue #3D588B

Tints of Tory Blue #3D588B

RGB

 RED value IS 61 (24.22% from 255) = 21.18%

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

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

R = 21.18%
G = 30.56%
B = 48.26%

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

#3D588B (or 0x3D588B) is known color: Tory Blue. HEX triplet: 3D, 58 and 8B. RGB value is (61,88,139). Sum of RGB (Red+Green+Blue) = 61+88+139=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D588B is #C2A774. Grayscale: #555555. Windows color (decimal): -12756853 or 9132093. OLE color: 9132093.

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

Color convert

RGB 61 88 139 -
CMYK 0.56 0.37 0 0.45
HSL 219.23º 0.39% 0.39% -
HSV(B) 219.23º 0.56% 0.55% -
XYZ 10.07 9.84 25.79 -
YUV 85.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 61 88 139 0.56 0.37 0 0.45 219.23 0.39 0.39
Hex 3D 58 8B 38 25 0 2D DB 27 27
Octal 75 130 213 70 45 0 55 333 47 47
Binary 111101 1011000 10001011 111000 100101 0 101101 11011011 100111 100111

Color Harmonies of #3D588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D588B

Black with #3D588B

Text Example


Text Example

White with #3D588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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