Html Css Color HEX #366974 Blumine

📋 copy color: '#366974'

red 54 ◦ green 105 ◦ blue 116

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

Shades of Blumine #366974

Tints of Blumine #366974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.18%

R = 19.64%
G = 38.18%
B = 42.18%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366974 (or 0x366974) is known color: Blumine. HEX triplet: 36, 69 and 74. RGB value is (54,105,116). Sum of RGB (Red+Green+Blue) = 54+105+116=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #366974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366974 is #C9968B. Grayscale: #5A5A5A. Windows color (decimal): -13211276 or 7629110. OLE color: 7629110.

HSL color Cylindrical-coordinate representation of color #366974: hue angle of 190.65º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366974 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 105 116 -
CMYK 0.53 0.09 0 0.55
HSL 190.65º 0.36% 0.33% -
HSV(B) 190.65º 0.53% 0.45% -
XYZ 9.73 12.15 18.36 -
YUV 91.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 54 105 116 0.53 0.09 0 0.55 190.65 0.36 0.33
Hex 36 69 74 35 9 0 37 BF 24 21
Octal 66 151 164 65 11 0 67 277 44 41
Binary 110110 1101001 1110100 110101 1001 0 110111 10111111 100100 100001

Color Harmonies of #366974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366974

Black with #366974

Text Example


Text Example

White with #366974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366974; }

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

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

background-color css

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

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

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

border-color css

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

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

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