#26506B

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

Shades of Chathams Blue #26506B

Tints of Chathams Blue #26506B

Color information

#26506B (or 0x26506B) is unknown color: approx Chathams Blue. HEX triplet: 26, 50 and 6B. RGB value is (38,80,107). Sum of RGB (Red+Green+Blue) = 38+80+107=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #26506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26506B is #D9AF94. Grayscale: #464646. Windows color (decimal): -14266261 or 7032870. OLE color: 7032870.

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

Color convert

RGB3880107-
CMYK0.640.2500.58
HSL203.48º47.59%28.43%-
HSV(B)203.48º64.49%41.96%-
XYZ6.327.2114.97-
YUV70.52148.59104.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=16.89%
G=35.56%
B=47.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38801070.640.2500.58203.4847.5928.43
Hex26506B401903Acb301c
Octal46120153100310723136034
Binary1001101010000110101110000001100101110101100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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