Html Css Color HEX #395B6C Blumine

📋 copy color: '#395B6C'

red 57 ◦ green 91 ◦ blue 108

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

Shades of Blumine #395B6C

Tints of Blumine #395B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 22.27%
G = 35.55%
B = 42.19%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#395B6C (or 0x395B6C) is known color: Blumine. HEX triplet: 39, 5B and 6C. RGB value is (57,91,108). Sum of RGB (Red+Green+Blue) = 57+91+108=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #395B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B6C is #C6A493. Grayscale: #525252. Windows color (decimal): -13018260 or 7101241. OLE color: 7101241.

HSL color Cylindrical-coordinate representation of color #395B6C: hue angle of 200º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #395B6C is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 91 108 -
CMYK 0.47 0.16 0 0.58
HSL 200º 0.31% 0.32% -
HSV(B) 200º 0.47% 0.42% -
XYZ 8.14 9.43 15.58 -
YUV 82.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 57 91 108 0.47 0.16 0 0.58 200 0.31 0.32
Hex 39 5B 6C 2F 10 0 3A C8 1F 20
Octal 71 133 154 57 20 0 72 310 37 40
Binary 111001 1011011 1101100 101111 10000 0 111010 11001000 11111 100000

Color Harmonies of #395B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B6C

Black with #395B6C

Text Example


Text Example

White with #395B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,91,108); }

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

background-color css

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

 a { background-color: rgb(57,91,108); }

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

border-color css

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

 span { border-color: rgb(57,91,108); }

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