#30506B

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

Shades of Chathams Blue #30506B

Tints of Chathams Blue #30506B

Color information

#30506B (or 0x30506B) is unknown color: approx Chathams Blue. HEX triplet: 30, 50 and 6B. RGB value is (48,80,107). Sum of RGB (Red+Green+Blue) = 48+80+107=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #30506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30506B is #CFAF94. Grayscale: #494949. Windows color (decimal): -13610901 or 7032880. OLE color: 7032880.

HSL color Cylindrical-coordinate representation of color #30506B: hue angle of 207.46º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30506B is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4880107-
CMYK0.550.2500.58
HSL207.46º38.06%30.39%-
HSV(B)207.46º55.14%41.96%-
XYZ6.747.4314.99-
YUV73.51146.9109.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=20.43%
G=34.04%
B=45.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48801070.550.2500.58207.4638.0630.39
Hex30506B371903Acf261e
Octal6012015367310723174636
Binary110000101000011010111101111100101110101100111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30506B; }

 p { color: rgb(48,80,107); }

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

<style>
 a { background-color: #30506B; }

 a { background-color: rgb(48,80,107); }

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

<style>
 span { border-color: #30506B; }

 span { border-color: rgb(48,80,107); }

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