Html Css Color HEX #366875 Blumine

📋 copy color: '#366875'

red 54 ◦ green 104 ◦ blue 117

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

Shades of Blumine #366875

Tints of Blumine #366875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 19.64%
G = 37.82%
B = 42.55%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366875 (or 0x366875) is known color: Blumine. HEX triplet: 36, 68 and 75. RGB value is (54,104,117). Sum of RGB (Red+Green+Blue) = 54+104+117=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #366875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366875 is #C9978A. Grayscale: #5A5A5A. Windows color (decimal): -13211531 or 7694390. OLE color: 7694390.

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

Color convert

RGB 54 104 117 -
CMYK 0.54 0.11 0 0.54
HSL 192.38º 0.37% 0.34% -
HSV(B) 192.38º 0.54% 0.46% -
XYZ 9.68 11.97 18.63 -
YUV 90.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 54 104 117 0.54 0.11 0 0.54 192.38 0.37 0.34
Hex 36 68 75 36 B 0 36 C0 25 22
Octal 66 150 165 66 13 0 66 300 45 42
Binary 110110 1101000 1110101 110110 1011 0 110110 11000000 100101 100010

Color Harmonies of #366875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366875

Black with #366875

Text Example


Text Example

White with #366875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366875; }

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

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

background-color css

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

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

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

border-color css

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

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

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