#345567

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

Shades of Blumine #345567

Tints of Blumine #345567

Color information

#345567 (or 0x345567) is unknown color: approx Blumine. HEX triplet: 34, 55 and 67. RGB value is (52,85,103). Sum of RGB (Red+Green+Blue) = 52+85+103=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #345567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345567 is #CBAA98. Grayscale: #4D4D4D. Windows color (decimal): -13347481 or 6772020. OLE color: 6772020.

HSL color Cylindrical-coordinate representation of color #345567: hue angle of 201.18º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345567 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5285103-
CMYK0.500.1700.60
HSL201.18º32.9%30.39%-
HSV(B)201.18º49.51%40.39%-
XYZ7.118.2114.04-
YUV77.18142.57110.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=21.67%
G=35.42%
B=42.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52851030.500.1700.60201.1832.930.39
Hex345567321103Cc9211e
Octal6412514762210743114136
Binary110100101010111001111100101000101111001100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345567; }

 p { color: rgb(52,85,103); }

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

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

 a { background-color: rgb(52,85,103); }

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

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

 span { border-color: rgb(52,85,103); }

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