#325369

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

Shades of Chathams Blue #325369

Tints of Chathams Blue #325369

Color information

#325369 (or 0x325369) is unknown color: approx Chathams Blue. HEX triplet: 32, 53 and 69. RGB value is (50,83,105). Sum of RGB (Red+Green+Blue) = 50+83+105=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #325369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325369 is #CDAC96. Grayscale: #4B4B4B. Windows color (decimal): -13479063 or 6902578. OLE color: 6902578.

HSL color Cylindrical-coordinate representation of color #325369: hue angle of 204º 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 #325369 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5083105-
CMYK0.520.2100.59
HSL204º35.48%30.39%-
HSV(B)204º52.38%41.18%-
XYZ6.967.8814.52-
YUV75.64144.57109.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=21.01%
G=34.87%
B=44.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50831050.520.2100.5920435.4830.39
Hex325369341503Bcc231e
Octal6212315164250733144336
Binary110010101001111010011101001010101110111100110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325369; }

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

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

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

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

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

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

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

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