#275A65

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

Shades of Chathams Blue #275A65

Tints of Chathams Blue #275A65

Color information

#275A65 (or 0x275A65) is unknown color: approx Chathams Blue. HEX triplet: 27, 5A and 65. RGB value is (39,90,101). Sum of RGB (Red+Green+Blue) = 39+90+101=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #275A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A65 is #D8A59A. Grayscale: #4B4B4B. Windows color (decimal): -14198171 or 6642215. OLE color: 6642215.

HSL color Cylindrical-coordinate representation of color #275A65: hue angle of 190.65º 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 #275A65 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3990101-
CMYK0.610.1100.60
HSL190.65º44.29%27.45%-
HSV(B)190.65º61.39%39.61%-
XYZ6.848.6813.63-
YUV76142.1101.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=16.96%
G=39.13%
B=43.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39901010.610.1100.60190.6544.2927.45
Hex275A653DB03Cbf2c1b
Octal4713214575130742775433
Binary10011110110101100101111101101101111001011111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275A65; }

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

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

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

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

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

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

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

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