#265268

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

Shades of Chathams Blue #265268

Tints of Chathams Blue #265268

Color information

#265268 (or 0x265268) is unknown color: approx Chathams Blue. HEX triplet: 26, 52 and 68. RGB value is (38,82,104). Sum of RGB (Red+Green+Blue) = 38+82+104=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #265268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265268 is #D9AD97. Grayscale: #474747. Windows color (decimal): -14265752 or 6836774. OLE color: 6836774.

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

Color convert

RGB3882104-
CMYK0.630.2100.59
HSL200º46.48%27.84%-
HSV(B)200º63.46%40.78%-
XYZ6.327.4514.2-
YUV71.35146.42104.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=16.96%
G=36.61%
B=46.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38821040.630.2100.5920046.4827.84
Hex2652683F1503Bc82e1c
Octal4612215077250733105634
Binary100110101001011010001111111010101110111100100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265268; }

 p { color: rgb(38,82,104); }

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

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

 a { background-color: rgb(38,82,104); }

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

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

 span { border-color: rgb(38,82,104); }

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