Html Css Color HEX #386370 Blumine

📋 copy color: '#386370'

red 56 ◦ green 99 ◦ blue 112

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

Shades of Blumine #386370

Tints of Blumine #386370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 112 (44.14% from 255) = 41.95%

R = 20.97%
G = 37.08%
B = 41.95%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386370 (or 0x386370) is known color: Blumine. HEX triplet: 38, 63 and 70. RGB value is (56,99,112). Sum of RGB (Red+Green+Blue) = 56+99+112=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #386370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386370 is #C79C8F. Grayscale: #575757. Windows color (decimal): -13081744 or 7365432. OLE color: 7365432.

HSL color Cylindrical-coordinate representation of color #386370: hue angle of 193.93º degrees, saturation: 0.33, 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 #386370 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 99 112 -
CMYK 0.50 0.12 0 0.56
HSL 193.93º 0.33% 0.33% -
HSV(B) 193.93º 0.5% 0.44% -
XYZ 9.02 10.93 16.96 -
YUV 87.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 56 99 112 0.50 0.12 0 0.56 193.93 0.33 0.33
Hex 38 63 70 32 C 0 38 C2 21 21
Octal 70 143 160 62 14 0 70 302 41 41
Binary 111000 1100011 1110000 110010 1100 0 111000 11000010 100001 100001

Color Harmonies of #386370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386370

Black with #386370

Text Example


Text Example

White with #386370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386370; }

 p { color: rgb(56,99,112); }

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

background-color css

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

 a { background-color: rgb(56,99,112); }

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

border-color css

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

 span { border-color: rgb(56,99,112); }

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