#265667

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

Shades of Chathams Blue #265667

Tints of Chathams Blue #265667

Color information

#265667 (or 0x265667) is unknown color: approx Chathams Blue. HEX triplet: 26, 56 and 67. RGB value is (38,86,103). Sum of RGB (Red+Green+Blue) = 38+86+103=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #265667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265667 is #D9A998. Grayscale: #494949. Windows color (decimal): -14264729 or 6772262. OLE color: 6772262.

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

Color convert

RGB3886103-
CMYK0.630.1700.60
HSL195.69º46.1%27.65%-
HSV(B)195.69º63.11%40.39%-
XYZ6.588.0514.04-
YUV73.59144.6102.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=16.74%
G=37.89%
B=45.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38861030.630.1700.60195.6946.127.65
Hex2656673F1103Cc42e1c
Octal4612614777210743045634
Binary100110101011011001111111111000101111001100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265667; }

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

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

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

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

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

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

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

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