#275A70

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

Shades of Chathams Blue #275A70

Tints of Chathams Blue #275A70

Color information

#275A70 (or 0x275A70) is unknown color: approx Chathams Blue. HEX triplet: 27, 5A and 70. RGB value is (39,90,112). Sum of RGB (Red+Green+Blue) = 39+90+112=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #275A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A70 is #D8A58F. Grayscale: #4D4D4D. Windows color (decimal): -14198160 or 7363111. OLE color: 7363111.

HSL color Cylindrical-coordinate representation of color #275A70: hue angle of 198.08º 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 #275A70 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3990112-
CMYK0.650.2000.56
HSL198.08º48.34%29.61%-
HSV(B)198.08º65.18%43.92%-
XYZ7.428.9116.66-
YUV77.26147.6100.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=16.18%
G=37.34%
B=46.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39901120.650.2000.56198.0848.3429.61
Hex275A704114038c6301e
Octal47132160101240703066036
Binary1001111011010111000010000011010001110001100011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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