#26516A

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

Shades of Chathams Blue #26516A

Tints of Chathams Blue #26516A

Color information

#26516A (or 0x26516A) is unknown color: approx Chathams Blue. HEX triplet: 26, 51 and 6A. RGB value is (38,81,106). Sum of RGB (Red+Green+Blue) = 38+81+106=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #26516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26516A is #D9AE95. Grayscale: #464646. Windows color (decimal): -14266006 or 6967590. OLE color: 6967590.

HSL color Cylindrical-coordinate representation of color #26516A: hue angle of 202.06º 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 #26516A is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3881106-
CMYK0.640.2400.58
HSL202.06º47.22%28.24%-
HSV(B)202.06º64.15%41.57%-
XYZ6.347.3414.72-
YUV70.99147.75104.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=16.89%
G=36%
B=47.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38811060.640.2400.58202.0647.2228.24
Hex26516A401803Aca2f1c
Octal46121152100300723125734
Binary1001101010001110101010000001100001110101100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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