Html Css Color HEX #395F6B Blumine

📋 copy color: '#395F6B'

red 57 ◦ green 95 ◦ blue 107

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

Shades of Blumine #395F6B

Tints of Blumine #395F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.68%

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 22.01%
G = 36.68%
B = 41.31%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#395F6B (or 0x395F6B) is known color: Blumine. HEX triplet: 39, 5F and 6B. RGB value is (57,95,107). Sum of RGB (Red+Green+Blue) = 57+95+107=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #395F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F6B is #C6A094. Grayscale: #545454. Windows color (decimal): -13017237 or 7036729. OLE color: 7036729.

HSL color Cylindrical-coordinate representation of color #395F6B: hue angle of 194.4º degrees, saturation: 0.3, 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 #395F6B is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 95 107 -
CMYK 0.47 0.11 0 0.58
HSL 194.4º 0.3% 0.32% -
HSV(B) 194.4º 0.47% 0.42% -
XYZ 8.43 10.12 15.42 -
YUV 85.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 57 95 107 0.47 0.11 0 0.58 194.4 0.3 0.32
Hex 39 5F 6B 2F B 0 3A C2 1E 20
Octal 71 137 153 57 13 0 72 302 36 40
Binary 111001 1011111 1101011 101111 1011 0 111010 11000010 11110 100000

Color Harmonies of #395F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F6B

Black with #395F6B

Text Example


Text Example

White with #395F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,95,107); }

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

background-color css

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

 a { background-color: rgb(57,95,107); }

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

border-color css

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

 span { border-color: rgb(57,95,107); }

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