#26526A

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

Shades of Chathams Blue #26526A

Tints of Chathams Blue #26526A

Color information

#26526A (or 0x26526A) is unknown color: approx Chathams Blue. HEX triplet: 26, 52 and 6A. RGB value is (38,82,106). Sum of RGB (Red+Green+Blue) = 38+82+106=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #26526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26526A is #D9AD95. Grayscale: #474747. Windows color (decimal): -14265750 or 6967846. OLE color: 6967846.

HSL color Cylindrical-coordinate representation of color #26526A: hue angle of 201.18º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26526A is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3882106-
CMYK0.640.2300.58
HSL201.18º47.22%28.24%-
HSV(B)201.18º64.15%41.57%-
XYZ6.427.4914.74-
YUV71.58147.42104.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=16.81%
G=36.28%
B=46.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38821060.640.2300.58201.1847.2228.24
Hex26526A401703Ac92f1c
Octal46122152100270723115734
Binary1001101010010110101010000001011101110101100100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26526A; }

 p { color: rgb(38,82,106); }

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

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

 a { background-color: rgb(38,82,106); }

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

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

 span { border-color: rgb(38,82,106); }

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