#275969

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

Shades of Chathams Blue #275969

Tints of Chathams Blue #275969

Color information

#275969 (or 0x275969) is unknown color: approx Chathams Blue. HEX triplet: 27, 59 and 69. RGB value is (39,89,105). Sum of RGB (Red+Green+Blue) = 39+89+105=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #275969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275969 is #D8A696. Grayscale: #4B4B4B. Windows color (decimal): -14198423 or 6904103. OLE color: 6904103.

HSL color Cylindrical-coordinate representation of color #275969: hue angle of 194.55º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275969 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3989105-
CMYK0.630.1500.59
HSL194.55º45.83%28.24%-
HSV(B)194.55º62.86%41.18%-
XYZ6.968.614.66-
YUV75.87144.44101.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=16.74%
G=38.20%
B=45.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39891050.630.1500.59194.5545.8328.24
Hex2759693FF03Bc32e1c
Octal4713115177170733035634
Binary10011110110011101001111111111101110111100001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275969; }

 p { color: rgb(39,89,105); }

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

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

 a { background-color: rgb(39,89,105); }

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

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

 span { border-color: rgb(39,89,105); }

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