Html Css Color HEX #386873 Blumine

📋 copy color: '#386873'

red 56 ◦ green 104 ◦ blue 115

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

Shades of Blumine #386873

Tints of Blumine #386873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

 BLUE value IS 115 (45.31% from 255) = 41.82%

R = 20.36%
G = 37.82%
B = 41.82%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386873 (or 0x386873) is known color: Blumine. HEX triplet: 38, 68 and 73. RGB value is (56,104,115). Sum of RGB (Red+Green+Blue) = 56+104+115=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #386873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386873 is #C7978C. Grayscale: #5A5A5A. Windows color (decimal): -13080461 or 7563320. OLE color: 7563320.

HSL color Cylindrical-coordinate representation of color #386873: hue angle of 191.19º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386873 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 104 115 -
CMYK 0.51 0.10 0 0.55
HSL 191.19º 0.35% 0.34% -
HSV(B) 191.19º 0.51% 0.45% -
XYZ 9.68 11.98 18.02 -
YUV 90.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 56 104 115 0.51 0.10 0 0.55 191.19 0.35 0.34
Hex 38 68 73 33 A 0 37 BF 23 22
Octal 70 150 163 63 12 0 67 277 43 42
Binary 111000 1101000 1110011 110011 1010 0 110111 10111111 100011 100010

Color Harmonies of #386873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386873

Black with #386873

Text Example


Text Example

White with #386873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386873; }

 p { color: rgb(56,104,115); }

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

background-color css

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

 a { background-color: rgb(56,104,115); }

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

border-color css

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

 span { border-color: rgb(56,104,115); }

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