Html Css Color HEX #386175 Blumine

📋 copy color: '#386175'

red 56 ◦ green 97 ◦ blue 117

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

Shades of Blumine #386175

Tints of Blumine #386175

RGB

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

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

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

R = 20.74%
G = 35.93%
B = 43.33%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#386175 (or 0x386175) is known color: Blumine. HEX triplet: 38, 61 and 75. RGB value is (56,97,117). Sum of RGB (Red+Green+Blue) = 56+97+117=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #386175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386175 is #C79E8A. Grayscale: #565656. Windows color (decimal): -13082251 or 7692600. OLE color: 7692600.

HSL color Cylindrical-coordinate representation of color #386175: hue angle of 199.67º 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 #386175 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 97 117 -
CMYK 0.52 0.17 0 0.54
HSL 199.67º 0.35% 0.34% -
HSV(B) 199.67º 0.52% 0.46% -
XYZ 9.12 10.67 18.41 -
YUV 87.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 56 97 117 0.52 0.17 0 0.54 199.67 0.35 0.34
Hex 38 61 75 34 11 0 36 C8 23 22
Octal 70 141 165 64 21 0 66 310 43 42
Binary 111000 1100001 1110101 110100 10001 0 110110 11001000 100011 100010

Color Harmonies of #386175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386175

Black with #386175

Text Example


Text Example

White with #386175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386175; }

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

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

background-color css

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

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

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

border-color css

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

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

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