#274F6C

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

Shades of Chathams Blue #274F6C

Tints of Chathams Blue #274F6C

Color information

#274F6C (or 0x274F6C) is unknown color: approx Chathams Blue. HEX triplet: 27, 4F and 6C. RGB value is (39,79,108). Sum of RGB (Red+Green+Blue) = 39+79+108=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #274F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F6C is #D8B093. Grayscale: #464646. Windows color (decimal): -14200980 or 7098151. OLE color: 7098151.

HSL color Cylindrical-coordinate representation of color #274F6C: hue angle of 205.22º 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 #274F6C is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3979108-
CMYK0.640.2700.58
HSL205.22º46.94%28.82%-
HSV(B)205.22º63.89%42.35%-
XYZ6.347.1115.22-
YUV70.35149.25105.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=17.26%
G=34.96%
B=47.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39791080.640.2700.58205.2246.9428.82
Hex274F6C401B03Acd2f1d
Octal47117154100330723155735
Binary1001111001111110110010000001101101110101100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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