#265869

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

Shades of Chathams Blue #265869

Tints of Chathams Blue #265869

Color information

#265869 (or 0x265869) is unknown color: approx Chathams Blue. HEX triplet: 26, 58 and 69. RGB value is (38,88,105). Sum of RGB (Red+Green+Blue) = 38+88+105=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #265869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265869 is #D9A796. Grayscale: #4A4A4A. Windows color (decimal): -14264215 or 6903846. OLE color: 6903846.

HSL color Cylindrical-coordinate representation of color #265869: hue angle of 195.22º 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 #265869 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3888105-
CMYK0.640.1600.59
HSL195.22º46.85%28.04%-
HSV(B)195.22º63.81%41.18%-
XYZ6.848.4114.63-
YUV74.99144.94101.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=16.45%
G=38.10%
B=45.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38881050.640.1600.59195.2246.8528.04
Hex265869401003Bc32f1c
Octal46130151100200733035734
Binary1001101011000110100110000001000001110111100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265869; }

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

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

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

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

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

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

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

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