Html Css Color HEX #366274 Blumine

📋 copy color: '#366274'

red 54 ◦ green 98 ◦ blue 116

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

Shades of Blumine #366274

Tints of Blumine #366274

RGB

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

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

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

R = 20.15%
G = 36.57%
B = 43.28%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366274 (or 0x366274) is known color: Blumine. HEX triplet: 36, 62 and 74. RGB value is (54,98,116). Sum of RGB (Red+Green+Blue) = 54+98+116=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #366274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366274 is #C99D8B. Grayscale: #565656. Windows color (decimal): -13213068 or 7627318. OLE color: 7627318.

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

Color convert

RGB 54 98 116 -
CMYK 0.53 0.16 0 0.55
HSL 197.42º 0.36% 0.33% -
HSV(B) 197.42º 0.53% 0.45% -
XYZ 9.04 10.78 18.13 -
YUV 86.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 54 98 116 0.53 0.16 0 0.55 197.42 0.36 0.33
Hex 36 62 74 35 10 0 37 C5 24 21
Octal 66 142 164 65 20 0 67 305 44 41
Binary 110110 1100010 1110100 110101 10000 0 110111 11000101 100100 100001

Color Harmonies of #366274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366274

Black with #366274

Text Example


Text Example

White with #366274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366274; }

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

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

background-color css

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

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

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

border-color css

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

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

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