#2A5967

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

Shades of Chathams Blue #2A5967

Tints of Chathams Blue #2A5967

Color information

#2A5967 (or 0x2A5967) is unknown color: approx Chathams Blue. HEX triplet: 2A, 59 and 67. RGB value is (42,89,103). Sum of RGB (Red+Green+Blue) = 42+89+103=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #2A5967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5967 is #D5A698. Grayscale: #4C4C4C. Windows color (decimal): -14001817 or 6773034. OLE color: 6773034.

HSL color Cylindrical-coordinate representation of color #2A5967: hue angle of 193.77º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A5967 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4289103-
CMYK0.590.1400.60
HSL193.77º42.07%28.43%-
HSV(B)193.77º59.22%40.39%-
XYZ6.988.6214.13-
YUV76.54142.93103.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=17.95%
G=38.03%
B=44.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42891030.590.1400.60193.7742.0728.43
Hex2A59673BE03Cc22a1c
Octal5213114773160743025234
Binary10101010110011100111111011111001111001100001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5967; }

 p { color: rgb(42,89,103); }

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

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

 a { background-color: rgb(42,89,103); }

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

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

 span { border-color: rgb(42,89,103); }

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