#265568

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

Shades of Chathams Blue #265568

Tints of Chathams Blue #265568

Color information

#265568 (or 0x265568) is unknown color: approx Chathams Blue. HEX triplet: 26, 55 and 68. RGB value is (38,85,104). Sum of RGB (Red+Green+Blue) = 38+85+104=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #265568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265568 is #D9AA97. Grayscale: #484848. Windows color (decimal): -14264984 or 6837542. OLE color: 6837542.

HSL color Cylindrical-coordinate representation of color #265568: hue angle of 197.27º 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 #265568 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3885104-
CMYK0.630.1800.59
HSL197.27º46.48%27.84%-
HSV(B)197.27º63.46%40.78%-
XYZ6.557.9114.28-
YUV73.11145.43102.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=16.74%
G=37.44%
B=45.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38851040.630.1800.59197.2746.4827.84
Hex2655683F1203Bc52e1c
Octal4612515077220733055634
Binary100110101010111010001111111001001110111100010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265568; }

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

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

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

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

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

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

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

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