Html Css Color HEX #386275 Blumine

📋 copy color: '#386275'

red 56 ◦ green 98 ◦ blue 117

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

Shades of Blumine #386275

Tints of Blumine #386275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

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

R = 20.66%
G = 36.16%
B = 43.17%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#386275 (or 0x386275) is known color: Blumine. HEX triplet: 38, 62 and 75. RGB value is (56,98,117). Sum of RGB (Red+Green+Blue) = 56+98+117=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #386275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386275 is #C79D8A. Grayscale: #575757. Windows color (decimal): -13081995 or 7692856. OLE color: 7692856.

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

Color convert

RGB 56 98 117 -
CMYK 0.52 0.16 0 0.54
HSL 198.69º 0.35% 0.34% -
HSV(B) 198.69º 0.52% 0.46% -
XYZ 9.21 10.86 18.44 -
YUV 87.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 56 98 117 0.52 0.16 0 0.54 198.69 0.35 0.34
Hex 38 62 75 34 10 0 36 C7 23 22
Octal 70 142 165 64 20 0 66 307 43 42
Binary 111000 1100010 1110101 110100 10000 0 110110 11000111 100011 100010

Color Harmonies of #386275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386275

Black with #386275

Text Example


Text Example

White with #386275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386275; }

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

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

background-color css

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

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

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

border-color css

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

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

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