Html Css Color HEX #3D6370 Blumine

📋 copy color: '#3D6370'

red 61 ◦ green 99 ◦ blue 112

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

Shades of Blumine #3D6370

Tints of Blumine #3D6370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 22.43%
G = 36.4%
B = 41.18%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D6370 (or 0x3D6370) is known color: Blumine. HEX triplet: 3D, 63 and 70. RGB value is (61,99,112). Sum of RGB (Red+Green+Blue) = 61+99+112=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D6370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6370 is #C29C8F. Grayscale: #595959. Windows color (decimal): -12754064 or 7365437. OLE color: 7365437.

HSL color Cylindrical-coordinate representation of color #3D6370: hue angle of 195.29º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D6370 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 99 112 -
CMYK 0.46 0.12 0 0.56
HSL 195.29º 0.29% 0.34% -
HSV(B) 195.29º 0.46% 0.44% -
XYZ 9.31 11.09 16.98 -
YUV 89.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 61 99 112 0.46 0.12 0 0.56 195.29 0.29 0.34
Hex 3D 63 70 2E C 0 38 C3 1D 22
Octal 75 143 160 56 14 0 70 303 35 42
Binary 111101 1100011 1110000 101110 1100 0 111000 11000011 11101 100010

Color Harmonies of #3D6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6370

Black with #3D6370

Text Example


Text Example

White with #3D6370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,112); }

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

background-color css

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

 a { background-color: rgb(61,99,112); }

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

border-color css

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

 span { border-color: rgb(61,99,112); }

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