Html Css Color HEX #386177 Blumine

📋 copy color: '#386177'

red 56 ◦ green 97 ◦ blue 119

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

Shades of Blumine #386177

Tints of Blumine #386177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.66%

 BLUE value IS 119 (46.88% from 255) = 43.75%

R = 20.59%
G = 35.66%
B = 43.75%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386177 (or 0x386177) is known color: Blumine. HEX triplet: 38, 61 and 77. RGB value is (56,97,119). Sum of RGB (Red+Green+Blue) = 56+97+119=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #386177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386177 is #C79E88. Grayscale: #575757. Windows color (decimal): -13082249 or 7823672. OLE color: 7823672.

HSL color Cylindrical-coordinate representation of color #386177: hue angle of 200.95º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386177 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 97 119 -
CMYK 0.53 0.18 0 0.53
HSL 200.95º 0.36% 0.34% -
HSV(B) 200.95º 0.53% 0.47% -
XYZ 9.24 10.72 19.04 -
YUV 87.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 56 97 119 0.53 0.18 0 0.53 200.95 0.36 0.34
Hex 38 61 77 35 12 0 35 C9 24 22
Octal 70 141 167 65 22 0 65 311 44 42
Binary 111000 1100001 1110111 110101 10010 0 110101 11001001 100100 100010

Color Harmonies of #386177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386177

Black with #386177

Text Example


Text Example

White with #386177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386177; }

 p { color: rgb(56,97,119); }

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

background-color css

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

 a { background-color: rgb(56,97,119); }

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

border-color css

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

 span { border-color: rgb(56,97,119); }

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