Html Css Color HEX #386771 Blumine

📋 copy color: '#386771'

red 56 ◦ green 103 ◦ blue 113

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

Shades of Blumine #386771

Tints of Blumine #386771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 20.59%
G = 37.87%
B = 41.54%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386771 (or 0x386771) is known color: Blumine. HEX triplet: 38, 67 and 71. RGB value is (56,103,113). Sum of RGB (Red+Green+Blue) = 56+103+113=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #386771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386771 is #C7988E. Grayscale: #5A5A5A. Windows color (decimal): -13080719 or 7431992. OLE color: 7431992.

HSL color Cylindrical-coordinate representation of color #386771: hue angle of 190.53º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386771 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 103 113 -
CMYK 0.50 0.09 0 0.56
HSL 190.53º 0.34% 0.33% -
HSV(B) 190.53º 0.5% 0.44% -
XYZ 9.46 11.73 17.39 -
YUV 90.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 56 103 113 0.50 0.09 0 0.56 190.53 0.34 0.33
Hex 38 67 71 32 9 0 38 BF 22 21
Octal 70 147 161 62 11 0 70 277 42 41
Binary 111000 1100111 1110001 110010 1001 0 111000 10111111 100010 100001

Color Harmonies of #386771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386771

Black with #386771

Text Example


Text Example

White with #386771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386771; }

 p { color: rgb(56,103,113); }

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

background-color css

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

 a { background-color: rgb(56,103,113); }

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

border-color css

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

 span { border-color: rgb(56,103,113); }

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