#30546E

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

Shades of Chathams Blue #30546E

Tints of Chathams Blue #30546E

Color information

#30546E (or 0x30546E) is unknown color: approx Chathams Blue. HEX triplet: 30, 54 and 6E. RGB value is (48,84,110). Sum of RGB (Red+Green+Blue) = 48+84+110=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #30546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30546E is #CFAB91. Grayscale: #4C4C4C. Windows color (decimal): -13609874 or 7230512. OLE color: 7230512.

HSL color Cylindrical-coordinate representation of color #30546E: hue angle of 205.16º 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 #30546E is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4884110-
CMYK0.560.2400.57
HSL205.16º39.24%30.98%-
HSV(B)205.16º56.36%43.14%-
XYZ7.28.0915.93-
YUV76.2147.07107.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=19.83%
G=34.71%
B=45.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48841100.560.2400.57205.1639.2430.98
Hex30546E3818039cd271f
Octal6012415670300713154737
Binary110000101010011011101110001100001110011100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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