Html Css Color HEX #366378 Blumine

📋 copy color: '#366378'

red 54 ◦ green 99 ◦ blue 120

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

Shades of Blumine #366378

Tints of Blumine #366378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 19.78%
G = 36.26%
B = 43.96%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366378 (or 0x366378) is known color: Blumine. HEX triplet: 36, 63 and 78. RGB value is (54,99,120). Sum of RGB (Red+Green+Blue) = 54+99+120=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #366378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366378 is #C99C87. Grayscale: #575757. Windows color (decimal): -13212808 or 7889718. OLE color: 7889718.

HSL color Cylindrical-coordinate representation of color #366378: hue angle of 199.09º 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 #366378 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 99 120 -
CMYK 0.55 0.17 0 0.53
HSL 199.09º 0.38% 0.34% -
HSV(B) 199.09º 0.55% 0.47% -
XYZ 9.37 11.06 19.41 -
YUV 87.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 54 99 120 0.55 0.17 0 0.53 199.09 0.38 0.34
Hex 36 63 78 37 11 0 35 C7 26 22
Octal 66 143 170 67 21 0 65 307 46 42
Binary 110110 1100011 1111000 110111 10001 0 110101 11000111 100110 100010

Color Harmonies of #366378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366378

Black with #366378

Text Example


Text Example

White with #366378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366378; }

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

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

background-color css

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

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

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

border-color css

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

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

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