#345468

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

Shades of Chathams Blue #345468

Tints of Chathams Blue #345468

Color information

#345468 (or 0x345468) is unknown color: approx Chathams Blue. HEX triplet: 34, 54 and 68. RGB value is (52,84,104). Sum of RGB (Red+Green+Blue) = 52+84+104=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #345468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345468 is #CBAB97. Grayscale: #4C4C4C. Windows color (decimal): -13347736 or 6837300. OLE color: 6837300.

HSL color Cylindrical-coordinate representation of color #345468: hue angle of 203.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345468 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5284104-
CMYK0.500.1900.59
HSL203.08º33.33%30.59%-
HSV(B)203.08º50%40.78%-
XYZ7.098.0714.28-
YUV76.71143.4110.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=21.67%
G=35%
B=43.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52841040.500.1900.59203.0833.3330.59
Hex345468321303Bcb211f
Octal6412415062230733134137
Binary110100101010011010001100101001101110111100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345468; }

 p { color: rgb(52,84,104); }

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

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

 a { background-color: rgb(52,84,104); }

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

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

 span { border-color: rgb(52,84,104); }

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