#265170

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

Shades of Chathams Blue #265170

Tints of Chathams Blue #265170

Color information

#265170 (or 0x265170) is unknown color: approx Chathams Blue. HEX triplet: 26, 51 and 70. RGB value is (38,81,112). Sum of RGB (Red+Green+Blue) = 38+81+112=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #265170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265170 is #D9AE8F. Grayscale: #474747. Windows color (decimal): -14266000 or 7360806. OLE color: 7360806.

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

Color convert

RGB3881112-
CMYK0.660.2800.56
HSL205.14º49.33%29.41%-
HSV(B)205.14º66.07%43.92%-
XYZ6.677.4716.42-
YUV71.68150.75103.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=16.45%
G=35.06%
B=48.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38811120.660.2800.56205.1449.3329.41
Hex265170421C038cd311d
Octal46121160102340703156135
Binary1001101010001111000010000101110001110001100110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265170; }

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

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

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

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

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

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

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

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