#275370

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

Shades of Chathams Blue #275370

Tints of Chathams Blue #275370

Color information

#275370 (or 0x275370) is unknown color: approx Chathams Blue. HEX triplet: 27, 53 and 70. RGB value is (39,83,112). Sum of RGB (Red+Green+Blue) = 39+83+112=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #275370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275370 is #D8AC8F. Grayscale: #484848. Windows color (decimal): -14199952 or 7361319. OLE color: 7361319.

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

Color convert

RGB3983112-
CMYK0.650.2600.56
HSL203.84º48.34%29.61%-
HSV(B)203.84º65.18%43.92%-
XYZ6.857.7916.47-
YUV73.15149.92103.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=16.67%
G=35.47%
B=47.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39831120.650.2600.56203.8448.3429.61
Hex275370411A038cc301e
Octal47123160101320703146036
Binary1001111010011111000010000011101001110001100110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275370; }

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

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

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

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

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

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

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

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