#265669

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

Shades of Chathams Blue #265669

Tints of Chathams Blue #265669

Color information

#265669 (or 0x265669) is unknown color: approx Chathams Blue. HEX triplet: 26, 56 and 69. RGB value is (38,86,105). Sum of RGB (Red+Green+Blue) = 38+86+105=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #265669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265669 is #D9A996. Grayscale: #494949. Windows color (decimal): -14264727 or 6903334. OLE color: 6903334.

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

Color convert

RGB3886105-
CMYK0.640.1800.59
HSL197.01º46.85%28.04%-
HSV(B)197.01º63.81%41.18%-
XYZ6.688.0914.57-
YUV73.81145.6102.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=16.59%
G=37.55%
B=45.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38861050.640.1800.59197.0146.8528.04
Hex265669401203Bc52f1c
Octal46126151100220733055734
Binary1001101010110110100110000001001001110111100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265669; }

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

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

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

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

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

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

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

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