#26506F

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

Shades of Chathams Blue #26506F

Tints of Chathams Blue #26506F

Color information

#26506F (or 0x26506F) is unknown color: approx Chathams Blue. HEX triplet: 26, 50 and 6F. RGB value is (38,80,111). Sum of RGB (Red+Green+Blue) = 38+80+111=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #26506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26506F is #D9AF90. Grayscale: #464646. Windows color (decimal): -14266257 or 7295014. OLE color: 7295014.

HSL color Cylindrical-coordinate representation of color #26506F: hue angle of 205.48º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26506F is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3880111-
CMYK0.660.2800.56
HSL205.48º48.99%29.22%-
HSV(B)205.48º65.77%43.53%-
XYZ6.547.316.1-
YUV70.98150.59104.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=16.59%
G=34.93%
B=48.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38801110.660.2800.56205.4848.9929.22
Hex26506F421C038cd311d
Octal46120157102340703156135
Binary1001101010000110111110000101110001110001100110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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