#275369

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

Shades of Chathams Blue #275369

Tints of Chathams Blue #275369

Color information

#275369 (or 0x275369) is unknown color: approx Chathams Blue. HEX triplet: 27, 53 and 69. RGB value is (39,83,105). Sum of RGB (Red+Green+Blue) = 39+83+105=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #275369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275369 is #D8AC96. Grayscale: #484848. Windows color (decimal): -14199959 or 6902567. OLE color: 6902567.

HSL color Cylindrical-coordinate representation of color #275369: hue angle of 200º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275369 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3983105-
CMYK0.630.2100.59
HSL200º45.83%28.24%-
HSV(B)200º62.86%41.18%-
XYZ6.487.6414.5-
YUV72.35146.42104.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=17.18%
G=36.56%
B=46.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39831050.630.2100.5920045.8328.24
Hex2753693F1503Bc82e1c
Octal4712315177250733105634
Binary100111101001111010011111111010101110111100100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275369; }

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

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

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

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

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

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

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

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