#336378

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

Shades of Blumine #336378

Tints of Blumine #336378

Color information

#336378 (or 0x336378) is unknown color: approx Blumine. HEX triplet: 33, 63 and 78. RGB value is (51,99,120). Sum of RGB (Red+Green+Blue) = 51+99+120=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #336378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336378 is #CC9C87. Grayscale: #565656. Windows color (decimal): -13409416 or 7889715. OLE color: 7889715.

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

Color convert

RGB5199120-
CMYK0.580.1700.53
HSL198.26º40.35%33.53%-
HSV(B)198.26º57.5%47.06%-
XYZ9.2210.9819.4-
YUV87.04146.6102.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=18.89%
G=36.67%
B=44.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51991200.580.1700.53198.2640.3533.53
Hex3363783A11035c62822
Octal6314317072210653065042
Binary1100111100011111100011101010001011010111000110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336378; }

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

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

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

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

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

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

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

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