#274F6A

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

Shades of Chathams Blue #274F6A

Tints of Chathams Blue #274F6A

Color information

#274F6A (or 0x274F6A) is unknown color: approx Chathams Blue. HEX triplet: 27, 4F and 6A. RGB value is (39,79,106). Sum of RGB (Red+Green+Blue) = 39+79+106=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #274F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F6A is #D8B095. Grayscale: #454545. Windows color (decimal): -14200982 or 6967079. OLE color: 6967079.

HSL color Cylindrical-coordinate representation of color #274F6A: hue angle of 204.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274F6A is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3979106-
CMYK0.630.2500.58
HSL204.18º46.21%28.43%-
HSV(B)204.18º63.21%41.57%-
XYZ6.237.0614.67-
YUV70.12148.25105.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=17.41%
G=35.27%
B=47.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39791060.630.2500.58204.1846.2128.43
Hex274F6A3F1903Acc2e1c
Octal4711715277310723145634
Binary100111100111111010101111111100101110101100110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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