#275A69

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

Shades of Chathams Blue #275A69

Tints of Chathams Blue #275A69

Color information

#275A69 (or 0x275A69) is unknown color: approx Chathams Blue. HEX triplet: 27, 5A and 69. RGB value is (39,90,105). Sum of RGB (Red+Green+Blue) = 39+90+105=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #275A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A69 is #D8A596. Grayscale: #4C4C4C. Windows color (decimal): -14198167 or 6904359. OLE color: 6904359.

HSL color Cylindrical-coordinate representation of color #275A69: hue angle of 193.64º 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 #275A69 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3990105-
CMYK0.630.1400.59
HSL193.64º45.83%28.24%-
HSV(B)193.64º62.86%41.18%-
XYZ7.048.7614.68-
YUV76.46144.1101.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=16.67%
G=38.46%
B=44.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39901050.630.1400.59193.6445.8328.24
Hex275A693FE03Bc22e1c
Octal4713215177160733025634
Binary10011110110101101001111111111001110111100001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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