#325368

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

Shades of Chathams Blue #325368

Tints of Chathams Blue #325368

Color information

#325368 (or 0x325368) is unknown color: approx Chathams Blue. HEX triplet: 32, 53 and 68. RGB value is (50,83,104). Sum of RGB (Red+Green+Blue) = 50+83+104=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #325368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325368 is #CDAC97. Grayscale: #4B4B4B. Windows color (decimal): -13479064 or 6837042. OLE color: 6837042.

HSL color Cylindrical-coordinate representation of color #325368: hue angle of 203.33º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325368 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5083104-
CMYK0.520.2000.59
HSL203.33º35.06%30.2%-
HSV(B)203.33º51.92%40.78%-
XYZ6.917.8614.25-
YUV75.53144.07109.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=21.10%
G=35.02%
B=43.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50831040.520.2000.59203.3335.0630.2
Hex325368341403Bcb231e
Octal6212315064240733134336
Binary110010101001111010001101001010001110111100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325368; }

 p { color: rgb(50,83,104); }

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

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

 a { background-color: rgb(50,83,104); }

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

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

 span { border-color: rgb(50,83,104); }

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