Html Css Color HEX #366270 Blumine

📋 copy color: '#366270'

red 54 ◦ green 98 ◦ blue 112

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

Shades of Blumine #366270

Tints of Blumine #366270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 20.45%
G = 37.12%
B = 42.42%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#366270 (or 0x366270) is known color: Blumine. HEX triplet: 36, 62 and 70. RGB value is (54,98,112). Sum of RGB (Red+Green+Blue) = 54+98+112=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #366270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366270 is #C99D8F. Grayscale: #565656. Windows color (decimal): -13213072 or 7365174. OLE color: 7365174.

HSL color Cylindrical-coordinate representation of color #366270: hue angle of 194.48º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366270 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 98 112 -
CMYK 0.52 0.13 0 0.56
HSL 194.48º 0.35% 0.33% -
HSV(B) 194.48º 0.52% 0.44% -
XYZ 8.81 10.69 16.93 -
YUV 86.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 54 98 112 0.52 0.13 0 0.56 194.48 0.35 0.33
Hex 36 62 70 34 D 0 38 C2 23 21
Octal 66 142 160 64 15 0 70 302 43 41
Binary 110110 1100010 1110000 110100 1101 0 111000 11000010 100011 100001

Color Harmonies of #366270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366270

Black with #366270

Text Example


Text Example

White with #366270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366270; }

 p { color: rgb(54,98,112); }

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

background-color css

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

 a { background-color: rgb(54,98,112); }

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

border-color css

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

 span { border-color: rgb(54,98,112); }

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