#275A6E

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

Shades of Chathams Blue #275A6E

Tints of Chathams Blue #275A6E

Color information

#275A6E (or 0x275A6E) is unknown color: approx Chathams Blue. HEX triplet: 27, 5A and 6E. RGB value is (39,90,110). Sum of RGB (Red+Green+Blue) = 39+90+110=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #275A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A6E is #D8A591. Grayscale: #4C4C4C. Windows color (decimal): -14198162 or 7232039. OLE color: 7232039.

HSL color Cylindrical-coordinate representation of color #275A6E: hue angle of 196.9º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275A6E is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3990110-
CMYK0.650.1800.57
HSL196.9º47.65%29.22%-
HSV(B)196.9º64.55%43.14%-
XYZ7.318.8716.08-
YUV77.03146.6100.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=16.32%
G=37.66%
B=46.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39901100.650.1800.57196.947.6529.22
Hex275A6E4112039c5301d
Octal47132156101220713056035
Binary1001111011010110111010000011001001110011100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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