Html Css Color HEX #39616C Blumine

📋 copy color: '#39616C'

red 57 ◦ green 97 ◦ blue 108

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

Shades of Blumine #39616C

Tints of Blumine #39616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 21.76%
G = 37.02%
B = 41.22%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#39616C (or 0x39616C) is known color: Blumine. HEX triplet: 39, 61 and 6C. RGB value is (57,97,108). Sum of RGB (Red+Green+Blue) = 57+97+108=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #39616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39616C is #C69E93. Grayscale: #565656. Windows color (decimal): -13016724 or 7102777. OLE color: 7102777.

HSL color Cylindrical-coordinate representation of color #39616C: hue angle of 192.94º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39616C is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 97 108 -
CMYK 0.47 0.10 0 0.58
HSL 192.94º 0.31% 0.32% -
HSV(B) 192.94º 0.47% 0.42% -
XYZ 8.67 10.5 15.76 -
YUV 86.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 57 97 108 0.47 0.10 0 0.58 192.94 0.31 0.32
Hex 39 61 6C 2F A 0 3A C1 1F 20
Octal 71 141 154 57 12 0 72 301 37 40
Binary 111001 1100001 1101100 101111 1010 0 111010 11000001 11111 100000

Color Harmonies of #39616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39616C

Black with #39616C

Text Example


Text Example

White with #39616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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