#34566B

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

Shades of Blumine #34566B

Tints of Blumine #34566B

Color information

#34566B (or 0x34566B) is unknown color: approx Blumine. HEX triplet: 34, 56 and 6B. RGB value is (52,86,107). Sum of RGB (Red+Green+Blue) = 52+86+107=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #34566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34566B is #CBA994. Grayscale: #4E4E4E. Windows color (decimal): -13347221 or 7034420. OLE color: 7034420.

HSL color Cylindrical-coordinate representation of color #34566B: hue angle of 202.91º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34566B is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5286107-
CMYK0.510.2000.58
HSL202.91º34.59%31.18%-
HSV(B)202.91º51.4%41.96%-
XYZ7.48.4515.15-
YUV78.23144.24109.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=21.22%
G=35.10%
B=43.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52861070.510.2000.58202.9134.5931.18
Hex34566B331403Acb231f
Octal6412615363240723134337
Binary110100101011011010111100111010001110101100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34566B; }

 p { color: rgb(52,86,107); }

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

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

 a { background-color: rgb(52,86,107); }

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

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

 span { border-color: rgb(52,86,107); }

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