#26516B

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

Shades of Chathams Blue #26516B

Tints of Chathams Blue #26516B

Color information

#26516B (or 0x26516B) is unknown color: approx Chathams Blue. HEX triplet: 26, 51 and 6B. RGB value is (38,81,107). Sum of RGB (Red+Green+Blue) = 38+81+107=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #26516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26516B is #D9AE94. Grayscale: #464646. Windows color (decimal): -14266005 or 7033126. OLE color: 7033126.

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

Color convert

RGB3881107-
CMYK0.640.2400.58
HSL202.61º47.59%28.43%-
HSV(B)202.61º64.49%41.96%-
XYZ6.47.3614.99-
YUV71.11148.25104.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=16.81%
G=35.84%
B=47.35%

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
Decimal38811070.640.2400.58202.6147.5928.43
Hex26516B401803Acb301c
Octal46121153100300723136034
Binary1001101010001110101110000001100001110101100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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