Html Css Color HEX #385F6D Blumine

📋 copy color: '#385F6D'

red 56 ◦ green 95 ◦ blue 109

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

Shades of Blumine #385F6D

Tints of Blumine #385F6D

RGB

 RED value IS 56 (22.27% from 255) = 21.54%

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 21.54%
G = 36.54%
B = 41.92%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#385F6D (or 0x385F6D) is known color: Blumine. HEX triplet: 38, 5F and 6D. RGB value is (56,95,109). Sum of RGB (Red+Green+Blue) = 56+95+109=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #385F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F6D is #C7A092. Grayscale: #545454. Windows color (decimal): -13082771 or 7167800. OLE color: 7167800.

HSL color Cylindrical-coordinate representation of color #385F6D: hue angle of 195.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #385F6D is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 95 109 -
CMYK 0.49 0.13 0 0.57
HSL 195.85º 0.32% 0.32% -
HSV(B) 195.85º 0.49% 0.43% -
XYZ 8.48 10.13 15.98 -
YUV 84.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 56 95 109 0.49 0.13 0 0.57 195.85 0.32 0.32
Hex 38 5F 6D 31 D 0 39 C4 20 20
Octal 70 137 155 61 15 0 71 304 40 40
Binary 111000 1011111 1101101 110001 1101 0 111001 11000100 100000 100000

Color Harmonies of #385F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F6D

Black with #385F6D

Text Example


Text Example

White with #385F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385F6D; }

 p { color: rgb(56,95,109); }

 H1.HeaderClassName
 {
   color: #385F6D;
 }
 .AnyTagClassName
 {
   color: #385F6D;
 }
</style>

background-color css

<style>
 a { background-color: #385F6D; }

 a { background-color: rgb(56,95,109); }

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

border-color css

<style>
 span { border-color: #385F6D; }

 span { border-color: rgb(56,95,109); }

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