#30556C

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

Shades of Chathams Blue #30556C

Tints of Chathams Blue #30556C

Color information

#30556C (or 0x30556C) is unknown color: approx Chathams Blue. HEX triplet: 30, 55 and 6C. RGB value is (48,85,108). Sum of RGB (Red+Green+Blue) = 48+85+108=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #30556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30556C is #CFAA93. Grayscale: #4C4C4C. Windows color (decimal): -13609620 or 7099696. OLE color: 7099696.

HSL color Cylindrical-coordinate representation of color #30556C: hue angle of 203º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30556C is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4885108-
CMYK0.560.2100.58
HSL203º38.46%30.59%-
HSV(B)203º55.56%42.35%-
XYZ7.178.2115.39-
YUV76.56145.74107.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=19.92%
G=35.27%
B=44.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48851080.560.2100.5820338.4630.59
Hex30556C381503Acb261f
Octal6012515470250723134637
Binary110000101010111011001110001010101110101100101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30556C; }

 p { color: rgb(48,85,108); }

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

<style>
 a { background-color: #30556C; }

 a { background-color: rgb(48,85,108); }

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

<style>
 span { border-color: #30556C; }

 span { border-color: rgb(48,85,108); }

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