#275765

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

Shades of Chathams Blue #275765

Tints of Chathams Blue #275765

Color information

#275765 (or 0x275765) is unknown color: approx Chathams Blue. HEX triplet: 27, 57 and 65. RGB value is (39,87,101). Sum of RGB (Red+Green+Blue) = 39+87+101=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #275765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275765 is #D8A89A. Grayscale: #4A4A4A. Windows color (decimal): -14198939 or 6641447. OLE color: 6641447.

HSL color Cylindrical-coordinate representation of color #275765: hue angle of 193.55º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275765 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3987101-
CMYK0.610.1400.60
HSL193.55º44.29%27.45%-
HSV(B)193.55º61.39%39.61%-
XYZ6.598.1913.54-
YUV74.24143.1102.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=17.18%
G=38.33%
B=44.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39871010.610.1400.60193.5544.2927.45
Hex2757653DE03Cc22c1b
Octal4712714575160743025433
Binary10011110101111100101111101111001111001100001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275765; }

 p { color: rgb(39,87,101); }

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

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

 a { background-color: rgb(39,87,101); }

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

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

 span { border-color: rgb(39,87,101); }

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