#265768

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

Shades of Chathams Blue #265768

Tints of Chathams Blue #265768

Color information

#265768 (or 0x265768) is unknown color: approx Chathams Blue. HEX triplet: 26, 57 and 68. RGB value is (38,87,104). Sum of RGB (Red+Green+Blue) = 38+87+104=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #265768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265768 is #D9A897. Grayscale: #4A4A4A. Windows color (decimal): -14264472 or 6838054. OLE color: 6838054.

HSL color Cylindrical-coordinate representation of color #265768: hue angle of 195.45º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265768 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3887104-
CMYK0.630.1600.59
HSL195.45º46.48%27.84%-
HSV(B)195.45º63.46%40.78%-
XYZ6.718.2314.33-
YUV74.29144.77102.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=16.59%
G=37.99%
B=45.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38871040.630.1600.59195.4546.4827.84
Hex2657683F1003Bc32e1c
Octal4612715077200733035634
Binary100110101011111010001111111000001110111100001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265768; }

 p { color: rgb(38,87,104); }

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

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

 a { background-color: rgb(38,87,104); }

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

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

 span { border-color: rgb(38,87,104); }

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