#30536A

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

Shades of Chathams Blue #30536A

Tints of Chathams Blue #30536A

Color information

#30536A (or 0x30536A) is unknown color: approx Chathams Blue. HEX triplet: 30, 53 and 6A. RGB value is (48,83,106). Sum of RGB (Red+Green+Blue) = 48+83+106=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #30536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30536A is #CFAC95. Grayscale: #4B4B4B. Windows color (decimal): -13610134 or 6968112. OLE color: 6968112.

HSL color Cylindrical-coordinate representation of color #30536A: hue angle of 203.79º 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 #30536A is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4883106-
CMYK0.550.2200.58
HSL203.79º37.66%30.2%-
HSV(B)203.79º54.72%41.57%-
XYZ6.917.8614.79-
YUV75.16145.4108.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=20.25%
G=35.02%
B=44.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48831060.550.2200.58203.7937.6630.2
Hex30536A371603Acc261e
Octal6012315267260723144636
Binary110000101001111010101101111011001110101100110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30536A; }

 p { color: rgb(48,83,106); }

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

<style>
 a { background-color: #30536A; }

 a { background-color: rgb(48,83,106); }

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

<style>
 span { border-color: #30536A; }

 span { border-color: rgb(48,83,106); }

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