#34566A

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

Shades of Blumine #34566A

Tints of Blumine #34566A

Color information

#34566A (or 0x34566A) is unknown color: approx Blumine. HEX triplet: 34, 56 and 6A. RGB value is (52,86,106). Sum of RGB (Red+Green+Blue) = 52+86+106=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #34566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34566A is #CBA995. Grayscale: #4D4D4D. Windows color (decimal): -13347222 or 6968884. OLE color: 6968884.

HSL color Cylindrical-coordinate representation of color #34566A: hue angle of 202.22º degrees, saturation: 0.34, 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 #34566A is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5286106-
CMYK0.510.1900.58
HSL202.22º34.18%30.98%-
HSV(B)202.22º50.94%41.57%-
XYZ7.358.4314.87-
YUV78.11143.74109.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=21.31%
G=35.25%
B=43.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52861060.510.1900.58202.2234.1830.98
Hex34566A331303Aca221f
Octal6412615263230723124237
Binary110100101011011010101100111001101110101100101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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