#275E70

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

Shades of Chathams Blue #275E70

Tints of Chathams Blue #275E70

Color information

#275E70 (or 0x275E70) is unknown color: approx Chathams Blue. HEX triplet: 27, 5E and 70. RGB value is (39,94,112). Sum of RGB (Red+Green+Blue) = 39+94+112=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #275E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E70 is #D8A18F. Grayscale: #4F4F4F. Windows color (decimal): -14197136 or 7364135. OLE color: 7364135.

HSL color Cylindrical-coordinate representation of color #275E70: hue angle of 194.79º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275E70 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3994112-
CMYK0.650.1600.56
HSL194.79º48.34%29.61%-
HSV(B)194.79º65.18%43.92%-
XYZ7.769.6116.77-
YUV79.61146.2899.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=15.92%
G=38.37%
B=45.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39941120.650.1600.56194.7948.3429.61
Hex275E704110038c3301e
Octal47136160101200703036036
Binary1001111011110111000010000011000001110001100001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,94,112); }

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

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

 a { background-color: rgb(39,94,112); }

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

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

 span { border-color: rgb(39,94,112); }

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