#26526B

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

Shades of Chathams Blue #26526B

Tints of Chathams Blue #26526B

Color information

#26526B (or 0x26526B) is unknown color: approx Chathams Blue. HEX triplet: 26, 52 and 6B. RGB value is (38,82,107). Sum of RGB (Red+Green+Blue) = 38+82+107=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #26526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26526B is #D9AD94. Grayscale: #474747. Windows color (decimal): -14265749 or 7033382. OLE color: 7033382.

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

Color convert

RGB3882107-
CMYK0.640.2300.58
HSL201.74º47.59%28.43%-
HSV(B)201.74º64.49%41.96%-
XYZ6.477.5115.02-
YUV71.69147.92103.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=16.74%
G=36.12%
B=47.14%

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
Decimal38821070.640.2300.58201.7447.5928.43
Hex26526B401703Aca301c
Octal46122153100270723126034
Binary1001101010010110101110000001011101110101100101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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