Html Css Color HEX #39626D Blumine

📋 copy color: '#39626D'

red 57 ◦ green 98 ◦ blue 109

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

Shades of Blumine #39626D

Tints of Blumine #39626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

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

R = 21.59%
G = 37.12%
B = 41.29%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39626D (or 0x39626D) is known color: Blumine. HEX triplet: 39, 62 and 6D. RGB value is (57,98,109). Sum of RGB (Red+Green+Blue) = 57+98+109=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #39626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39626D is #C69D92. Grayscale: #565656. Windows color (decimal): -13016467 or 7168569. OLE color: 7168569.

HSL color Cylindrical-coordinate representation of color #39626D: hue angle of 192.69º 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 #39626D is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 98 109 -
CMYK 0.48 0.10 0 0.57
HSL 192.69º 0.31% 0.33% -
HSV(B) 192.69º 0.48% 0.43% -
XYZ 8.82 10.71 16.07 -
YUV 87 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 57 98 109 0.48 0.10 0 0.57 192.69 0.31 0.33
Hex 39 62 6D 30 A 0 39 C1 1F 21
Octal 71 142 155 60 12 0 71 301 37 41
Binary 111001 1100010 1101101 110000 1010 0 111001 11000001 11111 100001

Color Harmonies of #39626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39626D

Black with #39626D

Text Example


Text Example

White with #39626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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