Html Css Color HEX #39616D Blumine

📋 copy color: '#39616D'

red 57 ◦ green 97 ◦ blue 109

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

Shades of Blumine #39616D

Tints of Blumine #39616D

RGB

 RED value IS 57 (22.66% from 255) = 21.67%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 21.67%
G = 36.88%
B = 41.44%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39616D (or 0x39616D) is known color: Blumine. HEX triplet: 39, 61 and 6D. RGB value is (57,97,109). Sum of RGB (Red+Green+Blue) = 57+97+109=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #39616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39616D is #C69E92. Grayscale: #565656. Windows color (decimal): -13016723 or 7168313. OLE color: 7168313.

HSL color Cylindrical-coordinate representation of color #39616D: hue angle of 193.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39616D is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 97 109 -
CMYK 0.48 0.11 0 0.57
HSL 193.85º 0.31% 0.33% -
HSV(B) 193.85º 0.48% 0.43% -
XYZ 8.72 10.52 16.04 -
YUV 86.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 57 97 109 0.48 0.11 0 0.57 193.85 0.31 0.33
Hex 39 61 6D 30 B 0 39 C2 1F 21
Octal 71 141 155 60 13 0 71 302 37 41
Binary 111001 1100001 1101101 110000 1011 0 111001 11000010 11111 100001

Color Harmonies of #39616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39616D

Black with #39616D

Text Example


Text Example

White with #39616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39616D; }

 p { color: rgb(57,97,109); }

 H1.HeaderClassName
 {
   color: #39616D;
 }
 .AnyTagClassName
 {
   color: #39616D;
 }
</style>

background-color css

<style>
 a { background-color: #39616D; }

 a { background-color: rgb(57,97,109); }

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

border-color css

<style>
 span { border-color: #39616D; }

 span { border-color: rgb(57,97,109); }

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