Html Css Color HEX #395E68 Blumine

📋 copy color: '#395E68'

red 57 ◦ green 94 ◦ blue 104

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

Shades of Blumine #395E68

Tints of Blumine #395E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 22.35%
G = 36.86%
B = 40.78%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#395E68 (or 0x395E68) is known color: Blumine. HEX triplet: 39, 5E and 68. RGB value is (57,94,104). Sum of RGB (Red+Green+Blue) = 57+94+104=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #395E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E68 is #C6A197. Grayscale: #535353. Windows color (decimal): -13017496 or 6839865. OLE color: 6839865.

HSL color Cylindrical-coordinate representation of color #395E68: hue angle of 192.77º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #395E68 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 94 104 -
CMYK 0.45 0.10 0 0.59
HSL 192.77º 0.29% 0.32% -
HSV(B) 192.77º 0.45% 0.41% -
XYZ 8.19 9.87 14.57 -
YUV 84.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 57 94 104 0.45 0.10 0 0.59 192.77 0.29 0.32
Hex 39 5E 68 2D A 0 3B C1 1D 20
Octal 71 136 150 55 12 0 73 301 35 40
Binary 111001 1011110 1101000 101101 1010 0 111011 11000001 11101 100000

Color Harmonies of #395E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E68

Black with #395E68

Text Example


Text Example

White with #395E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395E68; }

 p { color: rgb(57,94,104); }

 H1.HeaderClassName
 {
   color: #395E68;
 }
 .AnyTagClassName
 {
   color: #395E68;
 }
</style>

background-color css

<style>
 a { background-color: #395E68; }

 a { background-color: rgb(57,94,104); }

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

border-color css

<style>
 span { border-color: #395E68; }

 span { border-color: rgb(57,94,104); }

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