#274D6C

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

Shades of Chathams Blue #274D6C

Tints of Chathams Blue #274D6C

Color information

#274D6C (or 0x274D6C) is unknown color: approx Chathams Blue. HEX triplet: 27, 4D and 6C. RGB value is (39,77,108). Sum of RGB (Red+Green+Blue) = 39+77+108=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #274D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D6C is #D8B293. Grayscale: #454545. Windows color (decimal): -14201492 or 7097639. OLE color: 7097639.

HSL color Cylindrical-coordinate representation of color #274D6C: hue angle of 206.96º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #274D6C is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3977108-
CMYK0.640.2900.58
HSL206.96º46.94%28.82%-
HSV(B)206.96º63.89%42.35%-
XYZ6.26.8215.18-
YUV69.17149.91106.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=17.41%
G=34.38%
B=48.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39771080.640.2900.58206.9646.9428.82
Hex274D6C401D03Acf2f1d
Octal47115154100350723175735
Binary1001111001101110110010000001110101110101100111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274D6C; }

 p { color: rgb(39,77,108); }

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

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

 a { background-color: rgb(39,77,108); }

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

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

 span { border-color: rgb(39,77,108); }

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