#336374

Color #336374 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #336374

Tints of Blumine #336374

Color information

#336374 (or 0x336374) is unknown color: approx Blumine. HEX triplet: 33, 63 and 74. RGB value is (51,99,116). Sum of RGB (Red+Green+Blue) = 51+99+116=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #336374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336374 is #CC9C8B. Grayscale: #565656. Windows color (decimal): -13409420 or 7627571. OLE color: 7627571.

HSL color Cylindrical-coordinate representation of color #336374: hue angle of 195.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336374 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5199116-
CMYK0.560.1500.55
HSL195.69º38.92%32.75%-
HSV(B)195.69º56.03%45.49%-
XYZ8.9810.8918.15-
YUV86.59144.6102.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=19.17%
G=37.22%
B=43.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51991160.560.1500.55195.6938.9232.75
Hex33637438F037c42721
Octal6314316470170673044741
Binary110011110001111101001110001111011011111000100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336374; }

 p { color: rgb(51,99,116); }

 H1.HeaderClassName
 {
   color: #336374;
 }
 .AnyTagClassName
 {
   color: #336374;
 }
</style>
background-color css

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

 a { background-color: rgb(51,99,116); }

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

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

 span { border-color: rgb(51,99,116); }

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