#265570

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

Shades of Chathams Blue #265570

Tints of Chathams Blue #265570

Color information

#265570 (or 0x265570) is unknown color: approx Chathams Blue. HEX triplet: 26, 55 and 70. RGB value is (38,85,112). Sum of RGB (Red+Green+Blue) = 38+85+112=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #265570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265570 is #D9AA8F. Grayscale: #494949. Windows color (decimal): -14264976 or 7361830. OLE color: 7361830.

HSL color Cylindrical-coordinate representation of color #265570: hue angle of 201.89º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265570 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3885112-
CMYK0.660.2400.56
HSL201.89º49.33%29.41%-
HSV(B)201.89º66.07%43.92%-
XYZ6.978.0816.52-
YUV74.03149.43102.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=16.17%
G=36.17%
B=47.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38851120.660.2400.56201.8949.3329.41
Hex2655704218038ca311d
Octal46125160102300703126135
Binary1001101010101111000010000101100001110001100101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265570; }

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

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

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

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

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

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

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

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