Html Css Color HEX #366978 Blumine

📋 copy color: '#366978'

red 54 ◦ green 105 ◦ blue 120

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

Shades of Blumine #366978

Tints of Blumine #366978

RGB

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

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

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

R = 19.35%
G = 37.63%
B = 43.01%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366978 (or 0x366978) is known color: Blumine. HEX triplet: 36, 69 and 78. RGB value is (54,105,120). Sum of RGB (Red+Green+Blue) = 54+105+120=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #366978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366978 is #C99687. Grayscale: #5B5B5B. Windows color (decimal): -13211272 or 7891254. OLE color: 7891254.

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

Color convert

RGB 54 105 120 -
CMYK 0.55 0.13 0 0.53
HSL 193.64º 0.38% 0.34% -
HSV(B) 193.64º 0.55% 0.47% -
XYZ 9.96 12.24 19.61 -
YUV 91.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 54 105 120 0.55 0.13 0 0.53 193.64 0.38 0.34
Hex 36 69 78 37 D 0 35 C2 26 22
Octal 66 151 170 67 15 0 65 302 46 42
Binary 110110 1101001 1111000 110111 1101 0 110101 11000010 100110 100010

Color Harmonies of #366978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366978

Black with #366978

Text Example


Text Example

White with #366978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366978; }

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

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

background-color css

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

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

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

border-color css

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

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

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