#265A66

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

Shades of Chathams Blue #265A66

Tints of Chathams Blue #265A66

Color information

#265A66 (or 0x265A66) is unknown color: approx Chathams Blue. HEX triplet: 26, 5A and 66. RGB value is (38,90,102). Sum of RGB (Red+Green+Blue) = 38+90+102=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #265A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A66 is #D9A599. Grayscale: #4B4B4B. Windows color (decimal): -14263706 or 6707750. OLE color: 6707750.

HSL color Cylindrical-coordinate representation of color #265A66: hue angle of 191.25º 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 #265A66 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3890102-
CMYK0.630.1200.6
HSL191.25º45.71%27.45%-
HSV(B)191.25º62.75%40%-
XYZ6.858.6813.89-
YUV75.82142.77101.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=16.52%
G=39.13%
B=44.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38901020.630.1200.6191.2545.7127.45
Hex265A663FC03Cbf2e1b
Octal4613214677140742775633
Binary10011010110101100110111111110001111001011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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