#265966

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

Shades of Chathams Blue #265966

Tints of Chathams Blue #265966

Color information

#265966 (or 0x265966) is unknown color: approx Chathams Blue. HEX triplet: 26, 59 and 66. RGB value is (38,89,102). Sum of RGB (Red+Green+Blue) = 38+89+102=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #265966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265966 is #D9A699. Grayscale: #4B4B4B. Windows color (decimal): -14263962 or 6707494. OLE color: 6707494.

HSL color Cylindrical-coordinate representation of color #265966: hue angle of 192.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265966 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3889102-
CMYK0.630.1300.6
HSL192.19º45.71%27.45%-
HSV(B)192.19º62.75%40%-
XYZ6.778.5213.86-
YUV75.23143.1101.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=16.59%
G=38.86%
B=44.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38891020.630.1300.6192.1945.7127.45
Hex2659663FD03Cc02e1b
Octal4613114677150743005633
Binary10011010110011100110111111110101111001100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265966; }

 p { color: rgb(38,89,102); }

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

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

 a { background-color: rgb(38,89,102); }

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

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

 span { border-color: rgb(38,89,102); }

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