#34657B

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

Shades of Blumine #34657B

Tints of Blumine #34657B

Color information

#34657B (or 0x34657B) is unknown color: approx Blumine. HEX triplet: 34, 65 and 7B. RGB value is (52,101,123). Sum of RGB (Red+Green+Blue) = 52+101+123=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #34657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34657B is #CB9A84. Grayscale: #585858. Windows color (decimal): -13343365 or 8086836. OLE color: 8086836.

HSL color Cylindrical-coordinate representation of color #34657B: hue angle of 198.59º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34657B is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB52101123-
CMYK0.580.1800.52
HSL198.59º40.57%34.31%-
HSV(B)198.59º57.72%48.24%-
XYZ9.6511.4720.44-
YUV88.86147.27101.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=18.84%
G=36.59%
B=44.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521011230.580.1800.52198.5940.5734.31
Hex34657B3A12034c72922
Octal6414517372220643075142
Binary1101001100101111101111101010010011010011000111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,101,123); }

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

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

 a { background-color: rgb(52,101,123); }

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

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

 span { border-color: rgb(52,101,123); }

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