Html Css Color HEX #395C68 Blumine

📋 copy color: '#395C68'

red 57 ◦ green 92 ◦ blue 104

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

Shades of Blumine #395C68

Tints of Blumine #395C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

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

R = 22.53%
G = 36.36%
B = 41.11%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#395C68 (or 0x395C68) is known color: Blumine. HEX triplet: 39, 5C and 68. RGB value is (57,92,104). Sum of RGB (Red+Green+Blue) = 57+92+104=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #395C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C68 is #C6A397. Grayscale: #525252. Windows color (decimal): -13018008 or 6839353. OLE color: 6839353.

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

Color convert

RGB 57 92 104 -
CMYK 0.45 0.12 0 0.59
HSL 195.32º 0.29% 0.32% -
HSV(B) 195.32º 0.45% 0.41% -
XYZ 8.01 9.52 14.51 -
YUV 82.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 57 92 104 0.45 0.12 0 0.59 195.32 0.29 0.32
Hex 39 5C 68 2D C 0 3B C3 1D 20
Octal 71 134 150 55 14 0 73 303 35 40
Binary 111001 1011100 1101000 101101 1100 0 111011 11000011 11101 100000

Color Harmonies of #395C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C68

Black with #395C68

Text Example


Text Example

White with #395C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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