#265971

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

Shades of Chathams Blue #265971

Tints of Chathams Blue #265971

Color information

#265971 (or 0x265971) is unknown color: approx Chathams Blue. HEX triplet: 26, 59 and 71. RGB value is (38,89,113). Sum of RGB (Red+Green+Blue) = 38+89+113=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #265971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265971 is #D9A68E. Grayscale: #4C4C4C. Windows color (decimal): -14263951 or 7428390. OLE color: 7428390.

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

Color convert

RGB3889113-
CMYK0.660.2100.56
HSL199.2º49.67%29.61%-
HSV(B)199.2º66.37%44.31%-
XYZ7.358.7516.92-
YUV76.49148.6100.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=15.83%
G=37.08%
B=47.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38891130.660.2100.56199.249.6729.61
Hex2659714215038c7321e
Octal46131161102250703076236
Binary1001101011001111000110000101010101110001100011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265971; }

 p { color: rgb(38,89,113); }

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

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

 a { background-color: rgb(38,89,113); }

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

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

 span { border-color: rgb(38,89,113); }

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