#26506D

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

Shades of Chathams Blue #26506D

Tints of Chathams Blue #26506D

Color information

#26506D (or 0x26506D) is unknown color: approx Chathams Blue. HEX triplet: 26, 50 and 6D. RGB value is (38,80,109). Sum of RGB (Red+Green+Blue) = 38+80+109=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #26506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26506D is #D9AF92. Grayscale: #464646. Windows color (decimal): -14266259 or 7163942. OLE color: 7163942.

HSL color Cylindrical-coordinate representation of color #26506D: hue angle of 204.51º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26506D is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3880109-
CMYK0.650.2700.57
HSL204.51º48.3%28.82%-
HSV(B)204.51º65.14%42.75%-
XYZ6.437.2515.53-
YUV70.75149.59104.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=16.74%
G=35.24%
B=48.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38801090.650.2700.57204.5148.328.82
Hex26506D411B039cd301d
Octal46120155101330713156035
Binary1001101010000110110110000011101101110011100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26506D; }

 p { color: rgb(38,80,109); }

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

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

 a { background-color: rgb(38,80,109); }

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

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

 span { border-color: rgb(38,80,109); }

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