Html Css Color HEX #366474 Blumine

📋 copy color: '#366474'

red 54 ◦ green 100 ◦ blue 116

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

Shades of Blumine #366474

Tints of Blumine #366474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

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

R = 20%
G = 37.04%
B = 42.96%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366474 (or 0x366474) is known color: Blumine. HEX triplet: 36, 64 and 74. RGB value is (54,100,116). Sum of RGB (Red+Green+Blue) = 54+100+116=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #366474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366474 is #C99B8B. Grayscale: #575757. Windows color (decimal): -13212556 or 7627830. OLE color: 7627830.

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

Color convert

RGB 54 100 116 -
CMYK 0.53 0.14 0 0.55
HSL 195.48º 0.36% 0.33% -
HSV(B) 195.48º 0.53% 0.45% -
XYZ 9.23 11.16 18.19 -
YUV 88.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 54 100 116 0.53 0.14 0 0.55 195.48 0.36 0.33
Hex 36 64 74 35 E 0 37 C3 24 21
Octal 66 144 164 65 16 0 67 303 44 41
Binary 110110 1100100 1110100 110101 1110 0 110111 11000011 100100 100001

Color Harmonies of #366474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366474

Black with #366474

Text Example


Text Example

White with #366474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366474; }

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

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

background-color css

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

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

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

border-color css

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

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

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