Html Css Color HEX #39616F Blumine

📋 copy color: '#39616F'

red 57 ◦ green 97 ◦ blue 111

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

Shades of Blumine #39616F

Tints of Blumine #39616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 21.51%
G = 36.6%
B = 41.89%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#39616F (or 0x39616F) is known color: Blumine. HEX triplet: 39, 61 and 6F. RGB value is (57,97,111). Sum of RGB (Red+Green+Blue) = 57+97+111=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #39616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39616F is #C69E90. Grayscale: #565656. Windows color (decimal): -13016721 or 7299385. OLE color: 7299385.

HSL color Cylindrical-coordinate representation of color #39616F: hue angle of 195.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39616F is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 97 111 -
CMYK 0.49 0.13 0 0.56
HSL 195.56º 0.32% 0.33% -
HSV(B) 195.56º 0.49% 0.44% -
XYZ 8.83 10.57 16.61 -
YUV 86.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 57 97 111 0.49 0.13 0 0.56 195.56 0.32 0.33
Hex 39 61 6F 31 D 0 38 C4 20 21
Octal 71 141 157 61 15 0 70 304 40 41
Binary 111001 1100001 1101111 110001 1101 0 111000 11000100 100000 100001

Color Harmonies of #39616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39616F

Black with #39616F

Text Example


Text Example

White with #39616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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