#265769

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

Shades of Chathams Blue #265769

Tints of Chathams Blue #265769

Color information

#265769 (or 0x265769) is unknown color: approx Chathams Blue. HEX triplet: 26, 57 and 69. RGB value is (38,87,105). Sum of RGB (Red+Green+Blue) = 38+87+105=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #265769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265769 is #D9A896. Grayscale: #4A4A4A. Windows color (decimal): -14264471 or 6903590. OLE color: 6903590.

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

Color convert

RGB3887105-
CMYK0.640.1700.59
HSL196.12º46.85%28.04%-
HSV(B)196.12º63.81%41.18%-
XYZ6.768.2514.6-
YUV74.4145.27102.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=16.52%
G=37.83%
B=45.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38871050.640.1700.59196.1246.8528.04
Hex265769401103Bc42f1c
Octal46127151100210733045734
Binary1001101010111110100110000001000101110111100010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265769; }

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

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

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

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

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

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

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

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