Html Css Color HEX #366975 Blumine

📋 copy color: '#366975'

red 54 ◦ green 105 ◦ blue 117

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

Shades of Blumine #366975

Tints of Blumine #366975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

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

R = 19.57%
G = 38.04%
B = 42.39%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366975 (or 0x366975) is known color: Blumine. HEX triplet: 36, 69 and 75. RGB value is (54,105,117). Sum of RGB (Red+Green+Blue) = 54+105+117=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #366975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366975 is #C9968A. Grayscale: #5B5B5B. Windows color (decimal): -13211275 or 7694646. OLE color: 7694646.

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

Color convert

RGB 54 105 117 -
CMYK 0.54 0.10 0 0.54
HSL 191.43º 0.37% 0.34% -
HSV(B) 191.43º 0.54% 0.46% -
XYZ 9.78 12.17 18.66 -
YUV 91.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 54 105 117 0.54 0.10 0 0.54 191.43 0.37 0.34
Hex 36 69 75 36 A 0 36 BF 25 22
Octal 66 151 165 66 12 0 66 277 45 42
Binary 110110 1101001 1110101 110110 1010 0 110110 10111111 100101 100010

Color Harmonies of #366975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366975

Black with #366975

Text Example


Text Example

White with #366975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366975; }

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

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

background-color css

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

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

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

border-color css

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

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

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