Html Css Color HEX #395D68 Blumine

📋 copy color: '#395D68'

red 57 ◦ green 93 ◦ blue 104

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

Shades of Blumine #395D68

Tints of Blumine #395D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.61%

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

R = 22.44%
G = 36.61%
B = 40.94%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#395D68 (or 0x395D68) is known color: Blumine. HEX triplet: 39, 5D and 68. RGB value is (57,93,104). Sum of RGB (Red+Green+Blue) = 57+93+104=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #395D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D68 is #C6A297. Grayscale: #535353. Windows color (decimal): -13017752 or 6839609. OLE color: 6839609.

HSL color Cylindrical-coordinate representation of color #395D68: hue angle of 194.04º 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 #395D68 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 93 104 -
CMYK 0.45 0.11 0 0.59
HSL 194.04º 0.29% 0.32% -
HSV(B) 194.04º 0.45% 0.41% -
XYZ 8.1 9.7 14.54 -
YUV 83.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 57 93 104 0.45 0.11 0 0.59 194.04 0.29 0.32
Hex 39 5D 68 2D B 0 3B C2 1D 20
Octal 71 135 150 55 13 0 73 302 35 40
Binary 111001 1011101 1101000 101101 1011 0 111011 11000010 11101 100000

Color Harmonies of #395D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D68

Black with #395D68

Text Example


Text Example

White with #395D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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