Html Css Color HEX #366575 Blumine

📋 copy color: '#366575'

red 54 ◦ green 101 ◦ blue 117

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

Shades of Blumine #366575

Tints of Blumine #366575

RGB

 RED value IS 54 (21.48% from 255) = 19.85%

 GREEN value IS 101 (39.84% from 255) = 37.13%

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

R = 19.85%
G = 37.13%
B = 43.01%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366575 (or 0x366575) is known color: Blumine. HEX triplet: 36, 65 and 75. RGB value is (54,101,117). Sum of RGB (Red+Green+Blue) = 54+101+117=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 101 (39.84% from 255 or 37.13% 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 #366575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366575 is #C99A8A. Grayscale: #585858. Windows color (decimal): -13212299 or 7693622. OLE color: 7693622.

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

Color convert

RGB 54 101 117 -
CMYK 0.54 0.14 0 0.54
HSL 195.24º 0.37% 0.34% -
HSV(B) 195.24º 0.54% 0.46% -
XYZ 9.39 11.38 18.53 -
YUV 88.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 54 101 117 0.54 0.14 0 0.54 195.24 0.37 0.34
Hex 36 65 75 36 E 0 36 C3 25 22
Octal 66 145 165 66 16 0 66 303 45 42
Binary 110110 1100101 1110101 110110 1110 0 110110 11000011 100101 100010

Color Harmonies of #366575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366575

Black with #366575

Text Example


Text Example

White with #366575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366575; }

 p { color: rgb(54,101,117); }

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

background-color css

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

 a { background-color: rgb(54,101,117); }

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

border-color css

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

 span { border-color: rgb(54,101,117); }

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