Html Css Color HEX #336279 Blumine

📋 copy color: '#336279'

red 51 ◦ green 98 ◦ blue 121

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

Shades of Blumine #336279

Tints of Blumine #336279

RGB

 RED value IS 51 (20.31% from 255) = 18.89%

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

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 18.89%
G = 36.3%
B = 44.81%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#336279 (or 0x336279) is known color: Blumine. HEX triplet: 33, 62 and 79. RGB value is (51,98,121). Sum of RGB (Red+Green+Blue) = 51+98+121=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #336279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336279 is #CC9D86. Grayscale: #565656. Windows color (decimal): -13409671 or 7954995. OLE color: 7954995.

HSL color Cylindrical-coordinate representation of color #336279: hue angle of 199.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336279 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 98 121 -
CMYK 0.58 0.19 0 0.53
HSL 199.71º 0.41% 0.34% -
HSV(B) 199.71º 0.58% 0.47% -
XYZ 9.18 10.82 19.69 -
YUV 86.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 51 98 121 0.58 0.19 0 0.53 199.71 0.41 0.34
Hex 33 62 79 3A 13 0 35 C8 29 22
Octal 63 142 171 72 23 0 65 310 51 42
Binary 110011 1100010 1111001 111010 10011 0 110101 11001000 101001 100010

Color Harmonies of #336279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336279

Black with #336279

Text Example


Text Example

White with #336279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336279; }

 p { color: rgb(51,98,121); }

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

background-color css

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

 a { background-color: rgb(51,98,121); }

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

border-color css

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

 span { border-color: rgb(51,98,121); }

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