Html Css Color HEX #366578 Blumine

📋 copy color: '#366578'

red 54 ◦ green 101 ◦ blue 120

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

Shades of Blumine #366578

Tints of Blumine #366578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 19.64%
G = 36.73%
B = 43.64%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366578 (or 0x366578) is known color: Blumine. HEX triplet: 36, 65 and 78. RGB value is (54,101,120). Sum of RGB (Red+Green+Blue) = 54+101+120=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #366578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366578 is #C99A87. Grayscale: #585858. Windows color (decimal): -13212296 or 7890230. OLE color: 7890230.

HSL color Cylindrical-coordinate representation of color #366578: hue angle of 197.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366578 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 101 120 -
CMYK 0.55 0.16 0 0.53
HSL 197.27º 0.38% 0.34% -
HSV(B) 197.27º 0.55% 0.47% -
XYZ 9.57 11.45 19.47 -
YUV 89.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 54 101 120 0.55 0.16 0 0.53 197.27 0.38 0.34
Hex 36 65 78 37 10 0 35 C5 26 22
Octal 66 145 170 67 20 0 65 305 46 42
Binary 110110 1100101 1111000 110111 10000 0 110101 11000101 100110 100010

Color Harmonies of #366578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366578

Black with #366578

Text Example


Text Example

White with #366578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366578; }

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

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

background-color css

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

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

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

border-color css

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

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

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