#265770

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

Shades of Chathams Blue #265770

Tints of Chathams Blue #265770

Color information

#265770 (or 0x265770) is unknown color: approx Chathams Blue. HEX triplet: 26, 57 and 70. RGB value is (38,87,112). Sum of RGB (Red+Green+Blue) = 38+87+112=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #265770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265770 is #D9A88F. Grayscale: #4B4B4B. Windows color (decimal): -14264464 or 7362342. OLE color: 7362342.

HSL color Cylindrical-coordinate representation of color #265770: hue angle of 200.27º 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 #265770 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3887112-
CMYK0.660.2200.56
HSL200.27º49.33%29.41%-
HSV(B)200.27º66.07%43.92%-
XYZ7.138.416.57-
YUV75.2148.77101.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=16.03%
G=36.71%
B=47.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38871120.660.2200.56200.2749.3329.41
Hex2657704216038c8311d
Octal46127160102260703106135
Binary1001101010111111000010000101011001110001100100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265770; }

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

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

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

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

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

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

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

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