Html Css Color HEX #39616E Blumine

📋 copy color: '#39616E'

red 57 ◦ green 97 ◦ blue 110

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

Shades of Blumine #39616E

Tints of Blumine #39616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 21.59%
G = 36.74%
B = 41.67%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39616E (or 0x39616E) is known color: Blumine. HEX triplet: 39, 61 and 6E. RGB value is (57,97,110). Sum of RGB (Red+Green+Blue) = 57+97+110=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #39616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39616E is #C69E91. Grayscale: #565656. Windows color (decimal): -13016722 or 7233849. OLE color: 7233849.

HSL color Cylindrical-coordinate representation of color #39616E: hue angle of 194.72º degrees, saturation: 0.32, 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 #39616E is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 97 110 -
CMYK 0.48 0.12 0 0.57
HSL 194.72º 0.32% 0.33% -
HSV(B) 194.72º 0.48% 0.43% -
XYZ 8.78 10.55 16.32 -
YUV 86.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 57 97 110 0.48 0.12 0 0.57 194.72 0.32 0.33
Hex 39 61 6E 30 C 0 39 C3 20 21
Octal 71 141 156 60 14 0 71 303 40 41
Binary 111001 1100001 1101110 110000 1100 0 111001 11000011 100000 100001

Color Harmonies of #39616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39616E

Black with #39616E

Text Example


Text Example

White with #39616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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