#345568

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

Shades of Blumine #345568

Tints of Blumine #345568

Color information

#345568 (or 0x345568) is unknown color: approx Blumine. HEX triplet: 34, 55 and 68. RGB value is (52,85,104). Sum of RGB (Red+Green+Blue) = 52+85+104=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #345568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345568 is #CBAA97. Grayscale: #4D4D4D. Windows color (decimal): -13347480 or 6837556. OLE color: 6837556.

HSL color Cylindrical-coordinate representation of color #345568: hue angle of 201.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345568 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5285104-
CMYK0.500.1800.59
HSL201.92º33.33%30.59%-
HSV(B)201.92º50%40.78%-
XYZ7.168.2314.31-
YUV77.3143.07109.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=21.58%
G=35.27%
B=43.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52851040.500.1800.59201.9233.3330.59
Hex345568321203Bca211f
Octal6412515062220733124137
Binary110100101010111010001100101001001110111100101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345568; }

 p { color: rgb(52,85,104); }

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

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

 a { background-color: rgb(52,85,104); }

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

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

 span { border-color: rgb(52,85,104); }

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