Html Css Color HEX #366574 Blumine

📋 copy color: '#366574'

red 54 ◦ green 101 ◦ blue 116

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

Shades of Blumine #366574

Tints of Blumine #366574

RGB

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

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

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

R = 19.93%
G = 37.27%
B = 42.8%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366574 (or 0x366574) is known color: Blumine. HEX triplet: 36, 65 and 74. RGB value is (54,101,116). Sum of RGB (Red+Green+Blue) = 54+101+116=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #366574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366574 is #C99A8B. Grayscale: #585858. Windows color (decimal): -13212300 or 7628086. OLE color: 7628086.

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

Color convert

RGB 54 101 116 -
CMYK 0.53 0.13 0 0.55
HSL 194.52º 0.36% 0.33% -
HSV(B) 194.52º 0.53% 0.45% -
XYZ 9.33 11.35 18.22 -
YUV 88.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 54 101 116 0.53 0.13 0 0.55 194.52 0.36 0.33
Hex 36 65 74 35 D 0 37 C3 24 21
Octal 66 145 164 65 15 0 67 303 44 41
Binary 110110 1100101 1110100 110101 1101 0 110111 11000011 100100 100001

Color Harmonies of #366574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366574

Black with #366574

Text Example


Text Example

White with #366574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366574; }

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

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

background-color css

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

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

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

border-color css

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

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

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