Html Css Color HEX #386375 Blumine

📋 copy color: '#386375'

red 56 ◦ green 99 ◦ blue 117

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

Shades of Blumine #386375

Tints of Blumine #386375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 20.59%
G = 36.4%
B = 43.01%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#386375 (or 0x386375) is known color: Blumine. HEX triplet: 38, 63 and 75. RGB value is (56,99,117). Sum of RGB (Red+Green+Blue) = 56+99+117=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #386375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386375 is #C79C8A. Grayscale: #585858. Windows color (decimal): -13081739 or 7693112. OLE color: 7693112.

HSL color Cylindrical-coordinate representation of color #386375: hue angle of 197.7º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386375 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 99 117 -
CMYK 0.52 0.15 0 0.54
HSL 197.7º 0.35% 0.34% -
HSV(B) 197.7º 0.52% 0.46% -
XYZ 9.3 11.05 18.47 -
YUV 88.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 56 99 117 0.52 0.15 0 0.54 197.7 0.35 0.34
Hex 38 63 75 34 F 0 36 C6 23 22
Octal 70 143 165 64 17 0 66 306 43 42
Binary 111000 1100011 1110101 110100 1111 0 110110 11000110 100011 100010

Color Harmonies of #386375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386375

Black with #386375

Text Example


Text Example

White with #386375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386375; }

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

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

background-color css

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

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

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

border-color css

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

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

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