#30546D

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

Shades of Chathams Blue #30546D

Tints of Chathams Blue #30546D

Color information

#30546D (or 0x30546D) is unknown color: approx Chathams Blue. HEX triplet: 30, 54 and 6D. RGB value is (48,84,109). Sum of RGB (Red+Green+Blue) = 48+84+109=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #30546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30546D is #CFAB92. Grayscale: #4B4B4B. Windows color (decimal): -13609875 or 7164976. OLE color: 7164976.

HSL color Cylindrical-coordinate representation of color #30546D: hue angle of 204.59º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30546D is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4884109-
CMYK0.560.2300.57
HSL204.59º38.85%30.78%-
HSV(B)204.59º55.96%42.75%-
XYZ7.158.0715.65-
YUV76.09146.57107.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=19.92%
G=34.85%
B=45.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48841090.560.2300.57204.5938.8530.78
Hex30546D3817039cd271f
Octal6012415570270713154737
Binary110000101010011011011110001011101110011100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30546D; }

 p { color: rgb(48,84,109); }

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

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

 a { background-color: rgb(48,84,109); }

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

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

 span { border-color: rgb(48,84,109); }

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