#275C70

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

Shades of Chathams Blue #275C70

Tints of Chathams Blue #275C70

Color information

#275C70 (or 0x275C70) is unknown color: approx Chathams Blue. HEX triplet: 27, 5C and 70. RGB value is (39,92,112). Sum of RGB (Red+Green+Blue) = 39+92+112=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #275C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C70 is #D8A38F. Grayscale: #4E4E4E. Windows color (decimal): -14197648 or 7363623. OLE color: 7363623.

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

Color convert

RGB3992112-
CMYK0.650.1800.56
HSL196.44º48.34%29.61%-
HSV(B)196.44º65.18%43.92%-
XYZ7.599.2616.72-
YUV78.43146.9499.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=16.05%
G=37.86%
B=46.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39921120.650.1800.56196.4448.3429.61
Hex275C704112038c4301e
Octal47134160101220703046036
Binary1001111011100111000010000011001001110001100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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