#265B66

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

Shades of Chathams Blue #265B66

Tints of Chathams Blue #265B66

Color information

#265B66 (or 0x265B66) is unknown color: approx Chathams Blue. HEX triplet: 26, 5B and 66. RGB value is (38,91,102). Sum of RGB (Red+Green+Blue) = 38+91+102=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #265B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B66 is #D9A499. Grayscale: #4C4C4C. Windows color (decimal): -14263450 or 6708006. OLE color: 6708006.

HSL color Cylindrical-coordinate representation of color #265B66: hue angle of 190.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265B66 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3891102-
CMYK0.630.1100.6
HSL190.31º45.71%27.45%-
HSV(B)190.31º62.75%40%-
XYZ6.948.8513.91-
YUV76.41142.44100.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=16.45%
G=39.39%
B=44.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38911020.630.1100.6190.3145.7127.45
Hex265B663FB03Cbe2e1b
Octal4613314677130742765633
Binary10011010110111100110111111101101111001011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,91,102); }

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

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

 a { background-color: rgb(38,91,102); }

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

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

 span { border-color: rgb(38,91,102); }

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