#34606F

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

Shades of Blumine #34606F

Tints of Blumine #34606F

Color information

#34606F (or 0x34606F) is unknown color: approx Blumine. HEX triplet: 34, 60 and 6F. RGB value is (52,96,111). Sum of RGB (Red+Green+Blue) = 52+96+111=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #34606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34606F is #CB9F90. Grayscale: #545454. Windows color (decimal): -13344657 or 7299124. OLE color: 7299124.

HSL color Cylindrical-coordinate representation of color #34606F: hue angle of 195.25º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34606F is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5296111-
CMYK0.530.1400.56
HSL195.25º36.2%31.96%-
HSV(B)195.25º53.15%43.53%-
XYZ8.4710.2416.57-
YUV84.55142.92104.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=20.08%
G=37.07%
B=42.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52961110.530.1400.56195.2536.231.96
Hex34606F35E038c32420
Octal6414015765160703034440
Binary110100110000011011111101011110011100011000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34606F; }

 p { color: rgb(52,96,111); }

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

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

 a { background-color: rgb(52,96,111); }

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

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

 span { border-color: rgb(52,96,111); }

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