#275B68

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

Shades of Chathams Blue #275B68

Tints of Chathams Blue #275B68

Color information

#275B68 (or 0x275B68) is unknown color: approx Chathams Blue. HEX triplet: 27, 5B and 68. RGB value is (39,91,104). Sum of RGB (Red+Green+Blue) = 39+91+104=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #275B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B68 is #D8A497. Grayscale: #4C4C4C. Windows color (decimal): -14197912 or 6839079. OLE color: 6839079.

HSL color Cylindrical-coordinate representation of color #275B68: hue angle of 192º 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 #275B68 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3991104-
CMYK0.620.1200.59
HSL192º45.45%28.04%-
HSV(B)192º62.5%40.78%-
XYZ7.088.9114.44-
YUV76.93143.27100.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=16.67%
G=38.89%
B=44.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39911040.620.1200.5919245.4528.04
Hex275B683EC03Bc02d1c
Octal4713315076140733005534
Binary10011110110111101000111110110001110111100000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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