#30546F

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

Shades of Chathams Blue #30546F

Tints of Chathams Blue #30546F

Color information

#30546F (or 0x30546F) is unknown color: approx Chathams Blue. HEX triplet: 30, 54 and 6F. RGB value is (48,84,111). Sum of RGB (Red+Green+Blue) = 48+84+111=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #30546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30546F is #CFAB90. Grayscale: #4C4C4C. Windows color (decimal): -13609873 or 7296048. OLE color: 7296048.

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

Color convert

RGB4884111-
CMYK0.570.2400.56
HSL205.71º39.62%31.18%-
HSV(B)205.71º56.76%43.53%-
XYZ7.268.1216.22-
YUV76.31147.57107.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=19.75%
G=34.57%
B=45.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48841110.570.2400.56205.7139.6231.18
Hex30546F3918038ce281f
Octal6012415771300703165037
Binary110000101010011011111110011100001110001100111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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