#346378

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

Shades of Blumine #346378

Tints of Blumine #346378

Color information

#346378 (or 0x346378) is unknown color: approx Blumine. HEX triplet: 34, 63 and 78. RGB value is (52,99,120). Sum of RGB (Red+Green+Blue) = 52+99+120=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #346378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346378 is #CB9C87. Grayscale: #575757. Windows color (decimal): -13343880 or 7889716. OLE color: 7889716.

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

Color convert

RGB5299120-
CMYK0.570.1700.53
HSL198.53º39.53%33.73%-
HSV(B)198.53º56.67%47.06%-
XYZ9.2711.0119.41-
YUV87.34146.43102.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=19.19%
G=36.53%
B=44.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52991200.570.1700.53198.5339.5333.73
Hex3463783911035c72822
Octal6414317071210653075042
Binary1101001100011111100011100110001011010111000111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346378; }

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

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

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

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

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

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

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

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