#345670

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

Shades of Chathams Blue #345670

Tints of Chathams Blue #345670

Color information

#345670 (or 0x345670) is unknown color: approx Chathams Blue. HEX triplet: 34, 56 and 70. RGB value is (52,86,112). Sum of RGB (Red+Green+Blue) = 52+86+112=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #345670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345670 is #CBA98F. Grayscale: #4E4E4E. Windows color (decimal): -13347216 or 7362100. OLE color: 7362100.

HSL color Cylindrical-coordinate representation of color #345670: hue angle of 206º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345670 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5286112-
CMYK0.540.2300.56
HSL206º36.59%32.16%-
HSV(B)206º53.57%43.92%-
XYZ7.678.5616.58-
YUV78.8146.74108.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=20.8%
G=34.4%
B=44.8%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52861120.540.2300.5620636.5932.16
Hex3456703617038ce2520
Octal6412616066270703164540
Binary1101001010110111000011011010111011100011001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345670; }

 p { color: rgb(52,86,112); }

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

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

 a { background-color: rgb(52,86,112); }

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

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

 span { border-color: rgb(52,86,112); }

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