#34647B

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

Shades of Blumine #34647B

Tints of Blumine #34647B

Color information

#34647B (or 0x34647B) is unknown color: approx Blumine. HEX triplet: 34, 64 and 7B. RGB value is (52,100,123). Sum of RGB (Red+Green+Blue) = 52+100+123=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #34647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34647B is #CB9B84. Grayscale: #585858. Windows color (decimal): -13343621 or 8086580. OLE color: 8086580.

HSL color Cylindrical-coordinate representation of color #34647B: hue angle of 199.44º 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 #34647B is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB52100123-
CMYK0.580.1900.52
HSL199.44º40.57%34.31%-
HSV(B)199.44º57.72%48.24%-
XYZ9.5511.2720.41-
YUV88.27147.6102.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=18.91%
G=36.36%
B=44.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521001230.580.1900.52199.4440.5734.31
Hex34647B3A13034c72922
Octal6414417372230643075142
Binary1101001100100111101111101010011011010011000111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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