#30556E

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

Shades of Chathams Blue #30556E

Tints of Chathams Blue #30556E

Color information

#30556E (or 0x30556E) is unknown color: approx Chathams Blue. HEX triplet: 30, 55 and 6E. RGB value is (48,85,110). Sum of RGB (Red+Green+Blue) = 48+85+110=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #30556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30556E is #CFAA91. Grayscale: #4C4C4C. Windows color (decimal): -13609618 or 7230768. OLE color: 7230768.

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

Color convert

RGB4885110-
CMYK0.560.2300.57
HSL204.19º39.24%30.98%-
HSV(B)204.19º56.36%43.14%-
XYZ7.288.2515.96-
YUV76.79146.74107.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=19.75%
G=34.98%
B=45.27%

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
Decimal48851100.560.2300.57204.1939.2430.98
Hex30556E3817039cc271f
Octal6012515670270713144737
Binary110000101010111011101110001011101110011100110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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