#275368

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

Shades of Chathams Blue #275368

Tints of Chathams Blue #275368

Color information

#275368 (or 0x275368) is unknown color: approx Chathams Blue. HEX triplet: 27, 53 and 68. RGB value is (39,83,104). Sum of RGB (Red+Green+Blue) = 39+83+104=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #275368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275368 is #D8AC97. Grayscale: #484848. Windows color (decimal): -14199960 or 6837031. OLE color: 6837031.

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

Color convert

RGB3983104-
CMYK0.620.2000.59
HSL199.38º45.45%28.04%-
HSV(B)199.38º62.5%40.78%-
XYZ6.437.6214.23-
YUV72.24145.92104.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=17.26%
G=36.73%
B=46.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39831040.620.2000.59199.3845.4528.04
Hex2753683E1403Bc72d1c
Octal4712315076240733075534
Binary100111101001111010001111101010001110111100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275368; }

 p { color: rgb(39,83,104); }

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

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

 a { background-color: rgb(39,83,104); }

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

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

 span { border-color: rgb(39,83,104); }

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