#265D6D

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

Shades of Chathams Blue #265D6D

Tints of Chathams Blue #265D6D

Color information

#265D6D (or 0x265D6D) is unknown color: approx Chathams Blue. HEX triplet: 26, 5D and 6D. RGB value is (38,93,109). Sum of RGB (Red+Green+Blue) = 38+93+109=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #265D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D6D is #D9A292. Grayscale: #4E4E4E. Windows color (decimal): -14262931 or 7167270. OLE color: 7167270.

HSL color Cylindrical-coordinate representation of color #265D6D: hue angle of 193.52º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #265D6D is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3893109-
CMYK0.650.1500.57
HSL193.52º48.3%28.82%-
HSV(B)193.52º65.14%42.75%-
XYZ7.479.3415.88-
YUV78.38145.2899.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=15.83%
G=38.75%
B=45.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38931090.650.1500.57193.5248.328.82
Hex265D6D41F039c2301d
Octal46135155101170713026035
Binary100110101110111011011000001111101110011100001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265D6D; }

 p { color: rgb(38,93,109); }

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

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

 a { background-color: rgb(38,93,109); }

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

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

 span { border-color: rgb(38,93,109); }

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